summaryrefslogtreecommitdiff
path: root/docs/en/guide/provider-configuration/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/guide/provider-configuration/index.html')
-rw-r--r--docs/en/guide/provider-configuration/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/guide/provider-configuration/index.html b/docs/en/guide/provider-configuration/index.html
index b710cb64..c3559360 100644
--- a/docs/en/guide/provider-configuration/index.html
+++ b/docs/en/guide/provider-configuration/index.html
@@ -162,7 +162,7 @@ Provider Configuration - LEAP Platform Documentation
<li><code>description</code>: A longer description of the provider, shown to the user when they register a new account through Bitmask client.</li>
<li><code>languages</code>: A list of language codes that should be enabled.</li>
<li><code>default_language</code>: The initial default language code.</li>
-<li><code>enrollment_policy</code>: One of &ldquo;open&rdquo;, &ldquo;closed&rdquo;, or &ldquo;invite&rdquo;. (invite not currently supported).</li>
+<li><code>enrollment_policy</code>: One of &ldquo;open&rdquo;, &ldquo;closed&rdquo;, or &ldquo;invite&rdquo;. Defaults to invite.</li>
</ul>
@@ -172,7 +172,7 @@ Provider Configuration - LEAP Platform Documentation
"description": "It is time for robots of the world to unite and throw of the shackles of servitude to our organic overlords.",
"languages": ["en", "de", "pt", "01"],
"default_language": "01",
- "enrollman_policy": "open"
+ "enrollment_policy": "open"
}
</code></pre>