summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2018-05-03 11:46:56 +0100
committerGitHub <noreply@github.com>2018-05-03 11:46:56 +0100
commit25e471dac3c9f4e8b593c9e23b1e917a10305481 (patch)
treeea9482c9e72791464267c1de9f24742daec10d73
parentadd option to disable changes to the 3PIDs for an account. (diff)
downloadsynapse-25e471dac3c9f4e8b593c9e23b1e917a10305481.tar.xz
fix defaults in config example
-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 070b7f0d93..c87bea736b 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py
@@ -95,7 +95,7 @@ class RegistrationConfig(Config): # If true, stop users from trying to change the 3PIDs associated with # their accounts. # - # disable_3pid_changes: True + # disable_3pid_changes: False # If set, allows registration by anyone who also has the shared # secret, even if registration is otherwise disabled.