Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
9677613e
Commit
9677613e
authored
5 years ago
by
Yash Jipkate
Committed by
Andrew Morgan
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Modify doc to update Google ReCaptcha terms (#6257)
parent
a2276d4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/6257.doc
+1
-0
1 addition, 0 deletions
changelog.d/6257.doc
docs/CAPTCHA_SETUP.md
+3
-3
3 additions, 3 deletions
docs/CAPTCHA_SETUP.md
with
4 additions
and
3 deletions
changelog.d/6257.doc
0 → 100644
+
1
−
0
View file @
9677613e
Modify CAPTCHA_SETUP.md to update the terms `private key` and `public key` to `secret key` and `site key` respectively. Contributed by Yash Jipkate.
This diff is collapsed.
Click to expand it.
docs/CAPTCHA_SETUP.md
+
3
−
3
View file @
9677613e
...
...
@@ -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/>
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment