mirror of
https://mau.dev/maunium/synapse.git
synced 2025-01-02 13:43:57 +01:00
Merge pull request #5283 from aaronraimist/captcha-docs
Specify the type of reCAPTCHA key to use (#5013)
This commit is contained in:
commit
8541db741a
2 changed files with 2 additions and 0 deletions
1
changelog.d/5283.misc
Normal file
1
changelog.d/5283.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Specify the type of reCAPTCHA key to use.
|
|
@ -7,6 +7,7 @@ Requires a public/private key pair from:
|
||||||
|
|
||||||
https://developers.google.com/recaptcha/
|
https://developers.google.com/recaptcha/
|
||||||
|
|
||||||
|
Must be a reCAPTCHA v2 key using the "I'm not a robot" Checkbox option
|
||||||
|
|
||||||
Setting ReCaptcha Keys
|
Setting ReCaptcha Keys
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in a new issue