|
|
|
@@ -1176,7 +1176,7 @@ recaptcha_private_key: {{ matrix_synapse_recaptcha_private_key|to_json }} |
|
|
|
# unless a captcha is answered. Requires a valid ReCaptcha |
|
|
|
# public/private key. Defaults to 'false'. |
|
|
|
# |
|
|
|
enable_registration_captcha: {{ matrix_synapse_enable_registration_captcha|to_json }} |
|
|
|
enable_registration_captcha: {{ matrix_homeserver_enable_registration_captcha|to_json }} |
|
|
|
|
|
|
|
# The API endpoint to use for verifying m.login.recaptcha responses. |
|
|
|
# Defaults to "https://www.recaptcha.net/recaptcha/api/siteverify". |
|
|
|
@@ -1220,7 +1220,7 @@ turn_allow_guests: {{ matrix_synapse_turn_allow_guests|to_json }} |
|
|
|
|
|
|
|
# Enable registration for new users. |
|
|
|
# |
|
|
|
enable_registration: {{ matrix_synapse_enable_registration|to_json }} |
|
|
|
enable_registration: {{ matrix_homeserver_enable_registration|to_json }} |
|
|
|
|
|
|
|
# Time that a user's session remains valid for, after they log in. |
|
|
|
# |
|
|
|
|