mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 02:46:02 -04:00
Revert "Add options to disable setting profile info for prevent changes. (#7053)"
This reverts commit54dd28621b
, reversing changes made to6640460d05
.
This commit is contained in:
parent
7df04ca0e6
commit
6a35046363
7 changed files with 1 additions and 398 deletions
|
@ -129,10 +129,6 @@ class RegistrationConfig(Config):
|
|||
raise ConfigError("Invalid auto_join_rooms entry %s" % (room_alias,))
|
||||
self.autocreate_auto_join_rooms = config.get("autocreate_auto_join_rooms", True)
|
||||
|
||||
self.enable_set_displayname = config.get("enable_set_displayname", True)
|
||||
self.enable_set_avatar_url = config.get("enable_set_avatar_url", True)
|
||||
self.enable_3pid_changes = config.get("enable_3pid_changes", True)
|
||||
|
||||
self.disable_msisdn_registration = config.get(
|
||||
"disable_msisdn_registration", False
|
||||
)
|
||||
|
@ -334,19 +330,6 @@ class RegistrationConfig(Config):
|
|||
#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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue