From 25e471dac3c9f4e8b593c9e23b1e917a10305481 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 3 May 2018 11:46:56 +0100 Subject: [PATCH] fix defaults in config example --- synapse/config/registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/config/registration.py b/synapse/config/registration.py index 070b7f0d9..c87bea736 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.