summaryrefslogtreecommitdiff
path: root/doc/integration
diff options
context:
space:
mode:
authorJames Anderson <james@jamesa.me>2018-12-07 21:47:34 +0000
committerJames Anderson <james@jamesa.me>2018-12-07 21:47:34 +0000
commit64e9cdda6b64114da05e6835497ec6e281b7a614 (patch)
tree95b3a47eeb70b5bef1a5d760aa7dce3d121cacf6 /doc/integration
parentabeeb24c5b2db3629d627538dc2f27fb02e01f66 (diff)
downloadgitlab-ce-64e9cdda6b64114da05e6835497ec6e281b7a614.tar.gz
Update recaptcha docs for clarity
* Specified that reCAPTCHA v2 keys must be used * Updated the URL for application settings * Some small rewording
Diffstat (limited to 'doc/integration')
-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.