deploy: 756fd513df
parent
d4892a68c1
commit
a77e6925f2
|
@ -4688,6 +4688,17 @@ sso:
|
||||||
# - https://riot.im/develop
|
# - https://riot.im/develop
|
||||||
# - https://my.custom.client/
|
# - 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.
|
# 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
|
# 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.
|
# directory, default templates from within the Synapse package will be used.
|
||||||
|
|
|
@ -1975,6 +1975,17 @@ sso:
|
||||||
# - https://riot.im/develop
|
# - https://riot.im/develop
|
||||||
# - https://my.custom.client/
|
# - 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.
|
# 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
|
# 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.
|
# directory, default templates from within the Synapse package will be used.
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2167,6 +2167,17 @@ sso:
|
||||||
# - https://riot.im/develop
|
# - https://riot.im/develop
|
||||||
# - https://my.custom.client/
|
# - 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.
|
# 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
|
# 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.
|
# directory, default templates from within the Synapse package will be used.
|
||||||
|
|
Loading…
Reference in New Issue