mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-24 03:50:36 -04:00
Add restrictions by default to open registration in Synapse (#12091)
This commit is contained in:
parent
7ca8ee67a5
commit
3c41d87b67
7 changed files with 67 additions and 4 deletions
|
@ -108,6 +108,12 @@ for more information and instructions on how to fix a database with incorrect va
|
|||
|
||||
# Upgrading to v1.55.0
|
||||
|
||||
## Open registration without verification is now disabled by default
|
||||
|
||||
Synapse will refuse to start if registration is enabled without email, captcha, or token-based verification unless the new config
|
||||
flag `enable_registration_without_verification` is set to "true".
|
||||
|
||||
|
||||
## `synctl` script has been moved
|
||||
|
||||
The `synctl` script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue