diff options
author | dklimpel <5740567+dklimpel@users.noreply.github.com> | 2020-03-08 21:58:12 +0100 |
---|---|---|
committer | dklimpel <5740567+dklimpel@users.noreply.github.com> | 2020-03-08 21:58:12 +0100 |
commit | 99bbe177b67f85fb70be61d47068a57fbb3b92f6 (patch) | |
tree | 344a885d14d641ab2842d5c0035de6c38195b1c3 /docs | |
parent | lint2 (diff) | |
download | synapse-99bbe177b67f85fb70be61d47068a57fbb3b92f6.tar.xz |
add disable_3pid_changes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index a73e4498fe..d3ecffac7d 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1065,6 +1065,11 @@ account_threepid_delegates: #disable_set_displayname: false #disable_set_avatar_url: false +# If true, stop users from trying to change the 3PIDs associated with +# their accounts. +# +#disable_3pid_changes: false + # Users who register on this homeserver will automatically be joined # to these rooms # |