diff options
author | Aaron Raimist <aaron@raim.ist> | 2019-05-28 22:04:24 -0500 |
---|---|---|
committer | Aaron Raimist <aaron@raim.ist> | 2019-05-28 22:04:27 -0500 |
commit | f795595e956c4584ae280a59ca122057894e0c54 (patch) | |
tree | 97c5f249aad69b5891bce9aa85da30485c133e86 | |
parent | Merge pull request #5251 from matrix-org/rav/server_keys/01-check_sig (diff) | |
download | synapse-f795595e956c4584ae280a59ca122057894e0c54.tar.xz |
Specify the type of reCAPTCHA key to use (#5013)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
-rw-r--r-- | docs/CAPTCHA_SETUP.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CAPTCHA_SETUP.rst b/docs/CAPTCHA_SETUP.rst index 19a204d9ce..0c22ee4ff6 100644 --- a/docs/CAPTCHA_SETUP.rst +++ b/docs/CAPTCHA_SETUP.rst @@ -7,6 +7,7 @@ Requires a public/private key pair from: https://developers.google.com/recaptcha/ +Must be a reCAPTCHA v2 key using the "I'm not a robot" Checkbox option Setting ReCaptcha Keys ---------------------- |