summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2022-03-25 17:11:40 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2022-03-25 17:11:40 +0000
commit519993e5e96186279dd60f3b35372580b0aed617 (patch)
treea7d0ea505d410929907e32f9b0dc849843d77753 /develop/usage
parentdeploy: 61aae18d4533d8196fdc9130598331833f3d9c2a (diff)
downloadsynapse-519993e5e96186279dd60f3b35372580b0aed617.tar.xz
deploy: 3c41d87b67d3a62edfc660b4fe8f2545f5dbee4f
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html

index 105760a28d..153336aa7f 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html
@@ -1410,10 +1410,18 @@ oembed: # Registration can be rate-limited using the parameters in the &quot;Ratelimiting&quot; # section of this file. -# Enable registration for new users. +# Enable registration for new users. Defaults to 'false'. It is highly recommended that if you enable registration, +# you use either captcha, email, or token-based verification to verify that new users are not bots. In order to enable registration +# without any verification, you must also set `enable_registration_without_verification`, found below. # #enable_registration: false +# Enable registration without email or captcha verification. Note: this option is *not* recommended, +# as registration without verification is a known vector for spam and abuse. Defaults to false. Has no effect +# unless `enable_registration` is also enabled. +# +#enable_registration_without_verification: true + # Time that a user's session remains valid for, after they log in. # # Note that this is not currently compatible with guest logins.