Registration should be disabled by default

pull/4/merge
Erik Johnston 10 years ago
parent 99eb1172b0
commit 36b3b75b21
  1. 2
      synapse/config/registration.py

@ -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.

Loading…
Cancel
Save