summary refs log tree commit diff
path: root/docs/sample_config.yaml
diff options
context:
space:
mode:
authordklimpel <5740567+dklimpel@users.noreply.github.com>2020-03-08 15:19:07 +0100
committerdklimpel <5740567+dklimpel@users.noreply.github.com>2020-03-08 15:19:07 +0100
commitfb078f921b4d49fe3087d89563bce7b8cee0292c (patch)
tree635fc9ed5d3610bbc853ce782209c293438782a6 /docs/sample_config.yaml
parentAdd options to disable setting profile info for prevent changes. (diff)
downloadsynapse-fb078f921b4d49fe3087d89563bce7b8cee0292c.tar.xz
changelog
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r--docs/sample_config.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 54cbe840d5..d646f0cefe 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -1057,6 +1057,14 @@ 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
+# 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
+
 # Users who register on this homeserver will automatically be joined
 # to these rooms
 #