From 1581333dc4c96b5003d22f5a2b1e38d70a383df5 Mon Sep 17 00:00:00 2001 From: Keenan Pepper Date: Sat, 23 May 2020 18:52:02 -0700 Subject: [PATCH] Be more explicit regarding invitation_only in the doc. --- doc/Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Settings.md b/doc/Settings.md index f2af9617cd..effba6a81e 100644 --- a/doc/Settings.md +++ b/doc/Settings.md @@ -74,7 +74,7 @@ You can chose between the following modes: ##### Invitation based registry Additionally to the setting in the admin panel, you can decide if registrations are only possible using an invitation code or not. -To enable invitation based registration, you have to set the `invitation_only` setting in the [config/local.config.php](/help/Config) file. +To enable invitation based registration, you have to set the `invitation_only` setting to `true` in the `system` section of the [config/local.config.php](/help/Config) file. If you want to use this method, the registration policy has to be set to either *open* or *requires approval*. #### Check Full Names