Skip to content

Commit

Permalink
Modify doc to update Google ReCaptcha terms (matrix-org#6257)
Browse files Browse the repository at this point in the history
  • Loading branch information
YashJipkate authored and anoadragon453 committed Oct 30, 2019
1 parent a2276d4 commit 9677613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/6257.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Modify CAPTCHA_SETUP.md to update the terms `private key` and `public key` to `secret key` and `site key` respectively. Contributed by Yash Jipkate.
6 changes: 3 additions & 3 deletions docs/CAPTCHA_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The captcha mechanism used is Google's ReCaptcha. This requires API keys from Go

## Getting keys

Requires a public/private key pair from:
Requires a site/secret key pair from:

<https://developers.google.com/recaptcha/>

Expand All @@ -15,8 +15,8 @@ Must be a reCAPTCHA v2 key using the "I'm not a robot" Checkbox option
The keys are a config option on the home server config. If they are not
visible, you can generate them via `--generate-config`. Set the following value:

recaptcha_public_key: YOUR_PUBLIC_KEY
recaptcha_private_key: YOUR_PRIVATE_KEY
recaptcha_public_key: YOUR_SITE_KEY
recaptcha_private_key: YOUR_SECRET_KEY

In addition, you MUST enable captchas via:

Expand Down

0 comments on commit 9677613

Please sign in to comment.