|
|
|
@@ -260,6 +260,33 @@ matrix_authentication_service_config_account_registration_token_required: false |
|
|
|
######################################################################################## |
|
|
|
|
|
|
|
|
|
|
|
######################################################################################## |
|
|
|
# # |
|
|
|
# Captcha configuration # |
|
|
|
# # |
|
|
|
######################################################################################## |
|
|
|
|
|
|
|
# Controls the `captcha.service` configuration setting. |
|
|
|
# |
|
|
|
# Which service to use for CAPTCHA protection of certain operations (like self-service password registration). |
|
|
|
# Valid values: recaptcha_v2, cloudflare_turnstile, hcaptcha |
|
|
|
# When defined, `matrix_authentication_service_config_captcha_site_key` and `matrix_authentication_service_config_captcha_secret_key` must be defined as well. |
|
|
|
# Leave empty to disable CAPTCHA protection. |
|
|
|
matrix_authentication_service_config_captcha_service: "" |
|
|
|
|
|
|
|
# Controls the `captcha.site_key` configuration setting. |
|
|
|
matrix_authentication_service_config_captcha_site_key: "" |
|
|
|
|
|
|
|
# Controls the `captcha.secret_key` configuration setting. |
|
|
|
matrix_authentication_service_config_captcha_secret_key: "" |
|
|
|
|
|
|
|
######################################################################################## |
|
|
|
# # |
|
|
|
# /Captcha configuration # |
|
|
|
# # |
|
|
|
######################################################################################## |
|
|
|
|
|
|
|
|
|
|
|
######################################################################################## |
|
|
|
# # |
|
|
|
# Database configuration # |
|
|
|
|