From 519993e5e96186279dd60f3b35372580b0aed617 Mon Sep 17 00:00:00 2001 From: H-Shay Date: Fri, 25 Mar 2022 17:11:40 +0000 Subject: deploy: 3c41d87b67d3a62edfc660b4fe8f2545f5dbee4f --- develop/usage/configuration/homeserver_sample_config.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'develop/usage') 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 "Ratelimiting" # 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. -- cgit 1.5.1