summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-12-12 12:18:08 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-12 12:18:08 +0000
commitb42b53c1686c8b53a93ee36716bb6612fd657d6e (patch)
tree16a81c737487a904241a47b0204e3dfae6a2e856
parente462e23449bd0ca8c4fab02d64437b59e50f5f8d (diff)
parent64e9cdda6b64114da05e6835497ec6e281b7a614 (diff)
downloadgitlab-ce-b42b53c1686c8b53a93ee36716bb6612fd657d6e.tar.gz
Merge branch 'patch-35' into 'master'
Documentation: Content corrections for reCAPTCHA docs See merge request gitlab-org/gitlab-ce!23667
-rw-r--r--doc/integration/recaptcha.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/integration/recaptcha.md b/doc/integration/recaptcha.md
index 8fdadb008ec..825c3654492 100644
--- a/doc/integration/recaptcha.md
+++ b/doc/integration/recaptcha.md
@@ -9,9 +9,9 @@ to confirm that a real user, not a bot, is attempting to create an account.
To use reCAPTCHA, first you must create a site and private key.
1. Go to the URL: <https://www.google.com/recaptcha/admin>.
-1. Fill out the form necessary to obtain reCAPTCHA keys.
-1. Login to your GitLab server, with administrator credentials.
-1. Go to Applications Settings on Admin Area (`admin/application_settings`).
+1. Fill out the form necessary to obtain reCAPTCHA v2 keys.
+1. Log in to your GitLab server, with administrator credentials.
+1. Go to Reporting Applications Settings in the Admin Area (`admin/application_settings/reporting`).
1. Fill all recaptcha fields with keys from previous steps.
1. Check the `Enable reCAPTCHA` checkbox.
1. Save the configuration.