diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 70bfd48d2..345a6426d 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -207,3 +207,7 @@ MESSAGE_MANAGER_URL: '' # If you want to hide all pages from non-logged-in users, set this to 1. LOGIN_REQUIRED: 0 + +# If you want to stop new users from registering, set this to 1. +# NB: This also disables all Facebook/Twitter logins. +SIGNUPS_DISABLED: 0 |