diff options
author | dklimpel <5740567+dklimpel@users.noreply.github.com> | 2020-03-08 15:19:07 +0100 |
---|---|---|
committer | dklimpel <5740567+dklimpel@users.noreply.github.com> | 2020-03-08 15:19:07 +0100 |
commit | fb078f921b4d49fe3087d89563bce7b8cee0292c (patch) | |
tree | 635fc9ed5d3610bbc853ce782209c293438782a6 /synapse/config/registration.py | |
parent | Add options to disable setting profile info for prevent changes. (diff) | |
download | synapse-fb078f921b4d49fe3087d89563bce7b8cee0292c.tar.xz |
changelog
Diffstat (limited to 'synapse/config/registration.py')
-rw-r--r-- | synapse/config/registration.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py index d9f452dcea..bdbd6f3130 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py @@ -338,8 +338,8 @@ class RegistrationConfig(Config): # Useful when provisioning users based on the contents of a 3rd party # directory and to avoid ambiguities. # - # disable_set_displayname: False - # disable_set_avatar_url: False + #disable_set_displayname: False + #disable_set_avatar_url: False # Users who register on this homeserver will automatically be joined # to these rooms |