Registration should be disabled by default

This commit is contained in:
Erik Johnston 2015-05-28 11:01:34 +01:00
parent 99eb1172b0
commit 36b3b75b21

View file

@ -39,7 +39,7 @@ class RegistrationConfig(Config):
## Registration ##
# Enable registration for new users.
enable_registration: True
enable_registration: False
# If set, allows registration by anyone who also has the shared
# secret, even if registration is otherwise disabled.