summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2018-05-03 11:46:11 +0100
committerGitHub <noreply@github.com>2018-05-03 11:46:11 +0100
commit76fca1730eff408877a6028185f0f696c96a1968 (patch)
tree9e3928eb9cc55762f56cab351d7d1c9d81da3606
parentoptions to disable setting profile info (diff)
downloadsynapse-76fca1730eff408877a6028185f0f696c96a1968.tar.xz
fix defaults in example config
-rw-r--r--synapse/config/registration.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py

index cbc1d3d00e..4a4de661e7 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py
@@ -126,8 +126,8 @@ class RegistrationConfig(Config): # Useful when provisioning users based on the contents of a 3rd party # directory and to avoid ambiguities. # - # disable_set_displayname: True - # disable_set_avatar_url: True + # disable_set_displayname: False + # disable_set_avatar_url: False # Users who register on this homeserver will automatically be joined # to these rooms