summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2021-06-21 22:49:19 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2021-06-21 22:49:19 +0000
commita77e6925f26597958eccf0ef9956cb13c536e57e (patch)
treebe5a30478169b131d8ce30b20bdc2bdfcb1f1804 /develop/print.html
parentdeploy: e9f2ad86034d27068941379f678e19bf280ed308 (diff)
downloadsynapse-a77e6925f26597958eccf0ef9956cb13c536e57e.tar.xz
deploy: 756fd513dfaebddd28bf783eafa95b4505ce8745
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index e82d6e12af..619725bca7 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -4688,6 +4688,17 @@ sso:
     #  - https://riot.im/develop
     #  - https://my.custom.client/
 
+    # Uncomment to keep a user's profile fields in sync with information from
+    # the identity provider. Currently only syncing the displayname is
+    # supported. Fields are checked on every SSO login, and are updated
+    # if necessary.
+    #
+    # Note that enabling this option will override user profile information,
+    # regardless of whether users have opted-out of syncing that
+    # information when first signing in. Defaults to false.
+    #
+    #update_profile_information: true
+
     # Directory in which Synapse will try to find the template files below.
     # If not set, or the files named below are not found within the template
     # directory, default templates from within the Synapse package will be used.