This commit is contained in:
reivilibre
2026-05-15 15:32:08 +00:00
parent 79fa6e5bb5
commit d727734f71
113 changed files with 124 additions and 114 deletions
+1 -1
View File
@@ -3806,7 +3806,7 @@
},
"update_profile_information": {
"type": "boolean",
"description": "Use this setting 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.",
"description": "Use this setting to keep a user's profile fields in sync with information from the identity provider. 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. Fields that will be synced:\n * displayname\n * picture - only if Synapse media repository is running in the main\n process (i.e. not workerized) and media is stored locally",
"default": false
}
},