diff options
Diffstat (limited to 'docs/en/guide/provider-configuration.html')
-rw-r--r-- | docs/en/guide/provider-configuration.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/guide/provider-configuration.html b/docs/en/guide/provider-configuration.html index 5c98eb34..546da29c 100644 --- a/docs/en/guide/provider-configuration.html +++ b/docs/en/guide/provider-configuration.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 “open”, “closed”, or “invite”. (invite not currently supported).</li> +<li><code>enrollment_policy</code>: One of “open”, “closed”, or “invite”. 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> |