Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bc37519

Browse files
committed
Add flag to turn on registrations again
From matrix-org/synapse#12091
1 parent 49029cf commit bc37519

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/end-to-end-tests/synapse/config-templates/consent/homeserver.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,12 @@ uploads_path: "{{SYNAPSE_ROOT}}uploads"
633633
#
634634
enable_registration: true
635635

636+
# Enable registration without email or captcha verification. Note: this option is *not* recommended,
637+
# as registration without verification is a known vector for spam and abuse. Defaults to false. Has no effect
638+
# unless `enable_registration` is also enabled.
639+
#
640+
enable_registration_without_verification: true
641+
636642
# The user must provide all of the below types of 3PID when registering.
637643
#
638644
#registrations_require_3pid:

0 commit comments

Comments
 (0)