Add variables for reCAPTCHA validation

This commit is contained in:
Justin Croonenberghs
2020-07-03 18:33:25 -05:00
parent b08ee2f2fa
commit 1f21f0c09a
4 changed files with 34 additions and 3 deletions

View File

@ -162,6 +162,11 @@ matrix_synapse_allow_public_rooms_over_federation: false
# Controls whether people with access to the homeserver can register by themselves.
matrix_synapse_enable_registration: false
# reCAPTCHA API for validating registration attempts
matrix_synapse_enable_registration_captcha: false
matrix_synapse_recaptcha_public_key: ''
matrix_synapse_recaptcha_private_key: ''
# Allows non-server-admin users to create groups on this server
matrix_synapse_enable_group_creation: false