diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2021-11-01 11:36:20 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2021-11-01 11:36:20 +0000 |
commit | 6b78680875d9e721d46e4f3d34047c6a3fbd2f33 (patch) | |
tree | d64455b2305504485a55d2fec294620c72e6398d /develop/CAPTCHA_SETUP.html | |
parent | deploy: e320f5dba32f5b5818b6d5a0059ae388430b9a72 (diff) | |
download | synapse-6b78680875d9e721d46e4f3d34047c6a3fbd2f33.tar.xz |
deploy: ece84f2c450d986e54acc80971225fb02f4e1d05
Diffstat (limited to 'develop/CAPTCHA_SETUP.html')
-rw-r--r-- | develop/CAPTCHA_SETUP.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/CAPTCHA_SETUP.html b/develop/CAPTCHA_SETUP.html index 44dcced760..ccb4d5df0c 100644 --- a/develop/CAPTCHA_SETUP.html +++ b/develop/CAPTCHA_SETUP.html @@ -198,12 +198,12 @@ in <code>homeserver.yaml</code>, to the list of authorized domains. If you have <li>Agree to the terms of service and submit.</li> <li>Copy your site key and secret key and add them to your <code>homeserver.yaml</code> configuration file -<pre><code>recaptcha_public_key: YOUR_SITE_KEY +<pre><code class="language-yaml">recaptcha_public_key: YOUR_SITE_KEY recaptcha_private_key: YOUR_SECRET_KEY </code></pre> </li> <li>Enable the CAPTCHA for new registrations -<pre><code>enable_registration_captcha: true +<pre><code class="language-yaml">enable_registration_captcha: true </code></pre> </li> <li>Go to the settings page for the CAPTCHA you just created</li> |