summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-28 11:01:34 +0100
committerErik Johnston <erik@matrix.org>2015-05-28 11:01:34 +0100
commit36b3b75b21ce9702434830795400ef58873a0492 (patch)
tree973f1e76f0eac4291d56b2549d55d9d75073e179 /synapse
parentMerge branch 'release-v0.9.1' of github.com:matrix-org/synapse into develop (diff)
downloadsynapse-36b3b75b21ce9702434830795400ef58873a0492.tar.xz
Registration should be disabled by default
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/registration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py
index b39989a87f..67e780864e 100644
--- a/synapse/config/registration.py
+++ b/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.