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