summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authordklimpel <5740567+dklimpel@users.noreply.github.com>2020-03-09 22:09:29 +0100
committerdklimpel <5740567+dklimpel@users.noreply.github.com>2020-03-09 22:09:29 +0100
commit885134529ffd95dd118d3228e69f0e3553f5a6a7 (patch)
treee403d017b9aa9abf4721490c40e0edc5a809e8cb /docs
parentfix tests (diff)
downloadsynapse-885134529ffd95dd118d3228e69f0e3553f5a6a7.tar.xz
updates after review
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index d3ecffac7d..8333800a10 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -1057,18 +1057,18 @@ account_threepid_delegates: #email: https://example.com # Delegate email sending to example.com #msisdn: http://localhost:8090 # Delegate SMS sending to this local process -# If enabled, don't let users set their own display names/avatars +# If disabled, don't let users set their own display names/avatars # other than for the very first time (unless they are a server admin). # 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 +#enable_set_displayname: true +#enable_set_avatar_url: true -# If true, stop users from trying to change the 3PIDs associated with +# If false, stop users from trying to change the 3PIDs associated with # their accounts. # -#disable_3pid_changes: false +#enable_3pid_changes: true # Users who register on this homeserver will automatically be joined # to these rooms