diff options
author | Shay <hillerys@element.io> | 2022-03-25 10:11:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 10:11:01 -0700 |
commit | 3c41d87b67d3a62edfc660b4fe8f2545f5dbee4f (patch) | |
tree | b11ef0e94c7bbe343f976836a92ca9905c4f6016 /changelog.d | |
parent | Add cache for `get_membership_from_event_ids` (#12272) (diff) | |
download | synapse-3c41d87b67d3a62edfc660b4fe8f2545f5dbee4f.tar.xz |
Add restrictions by default to open registration in Synapse (#12091)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12091.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12091.misc b/changelog.d/12091.misc new file mode 100644 index 0000000000..def44987b4 --- /dev/null +++ b/changelog.d/12091.misc @@ -0,0 +1 @@ +Refuse to start if registration is enabled without email, captcha, or token-based verification unless new config flag `enable_registration_without_verification` is set. |