Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5ce0c47a
Commit
5ce0c47a
authored
Jul 13, 2020
by
Scott Stern
Committed by
Marcin Sedlak-Jakubowski
Jul 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add item to captcha configuration docs
parent
1b87f3ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/integration/recaptcha.md
doc/integration/recaptcha.md
+6
-0
No files found.
doc/integration/recaptcha.md
View file @
5ce0c47a
...
...
@@ -15,6 +15,12 @@ To use reCAPTCHA, first you must create a site and private key.
1.
Fill all reCAPTCHA fields with keys from previous steps.
1.
Check the
`Enable reCAPTCHA`
checkbox.
1.
Save the configuration.
1.
Change the first line of the
`#execute`
method in
`app/services/spam/spam_verdict_service.rb`
to
`return CONDITONAL_ALLOW`
so that the spam check short-circuits and triggers the response to
return
`recaptcha_html`
.
NOTE:
**Note:**
Make sure you are viewing an issuable in a project that is public, and if you're working with an issue, the issue is public.
## Enabling reCAPTCHA for user logins via passwords
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment