From b10f01d7b5019e1912a35d454f1c28a6b2414cee Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Tue, 17 Oct 2017 09:28:41 +0200 Subject: Docs: improve invite code documentation Adding this in both in the quick start, update the webapp section and the general provider configuration. - Closes https://0xacab.org/leap/platform/issues/8842 --- pages/docs/platform/guide/provider-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/docs/platform/guide') diff --git a/pages/docs/platform/guide/provider-configuration.md b/pages/docs/platform/guide/provider-configuration.md index 08cfd1d..1751c44 100644 --- a/pages/docs/platform/guide/provider-configuration.md +++ b/pages/docs/platform/guide/provider-configuration.md @@ -27,7 +27,7 @@ Recommended provider configuration * `description`: A longer description of the provider, shown to the user when they register a new account through Bitmask client. * `languages`: A list of language codes that should be enabled. * `default_language`: The initial default language code. -* `enrollment_policy`: One of "open", "closed", or "invite". (invite not currently supported). +* `enrollment_policy`: One of "open", "closed", or "invite". Defaults to invite. For example: @@ -35,7 +35,7 @@ For example: "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" } For a full list of possible settings, you can use `leap inspect` to see how provider.json is evaluated after including the inherited defaults: -- cgit v1.2.3