mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-08 06:12:37 -04:00
Registration should be disabled by default
This commit is contained in:
parent
99eb1172b0
commit
36b3b75b21
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class RegistrationConfig(Config):
|
||||||
## Registration ##
|
## Registration ##
|
||||||
|
|
||||||
# Enable registration for new users.
|
# Enable registration for new users.
|
||||||
enable_registration: True
|
enable_registration: False
|
||||||
|
|
||||||
# If set, allows registration by anyone who also has the shared
|
# If set, allows registration by anyone who also has the shared
|
||||||
# secret, even if registration is otherwise disabled.
|
# secret, even if registration is otherwise disabled.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue