summary refs log tree commit diff
path: root/docs/sample_config.yaml
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-03-10 22:23:01 +0000
committerGitHub <noreply@github.com>2020-03-10 22:23:01 +0000
commit54dd28621b070ca67de9f773fe9a89e1f4dc19da (patch)
treedd1dc083e8b9c0ef80fb630c41cddc305efc7d38 /docs/sample_config.yaml
parentMerge pull request #7058 from matrix-org/babolivier/saml_error_html (diff)
parentUpdate sample_config.yaml (diff)
downloadsynapse-54dd28621b070ca67de9f773fe9a89e1f4dc19da.tar.xz
Add options to disable setting profile info for prevent changes. (#7053)
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r--docs/sample_config.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 01957a90dd..301e6ae6b7 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -1057,6 +1057,19 @@ 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 disabled, don't let users set their own display names/avatars
+# (unless they are a server admin) other than for the very first time.
+# Useful when provisioning users based on the contents of a 3rd party
+# directory and to avoid ambiguities.
+#
+#enable_set_displayname: true
+#enable_set_avatar_url: true
+
+# If false, stop users from trying to change the 3PIDs associated with
+# their accounts.
+#
+#enable_3pid_changes: true
+
 # Users who register on this homeserver will automatically be joined
 # to these rooms
 #