diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-03-29 14:12:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 14:12:41 +0100 |
commit | 013f3f5e44278c7894e48ccd179ad4bca63bd857 (patch) | |
tree | 45563061f673dbf763ebbf86f56769685ee617f2 /docs | |
parent | Missing period (diff) | |
download | synapse-013f3f5e44278c7894e48ccd179ad4bca63bd857.tar.xz |
Move warning of open registration to v1.56 upgrade notes (#12322)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/upgrade.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 062e823333..10d81b949c 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -87,6 +87,11 @@ process, for example: # Upgrading to v1.56.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". + ## Groups/communities feature has been deprecated The non-standard groups/communities feature in Synapse has been deprecated and will @@ -108,12 +113,6 @@ 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 |