From 4c16d4ff4f92987f609e9853da5900a51f0ad1be Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 16 Sep 2021 12:09:35 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/integration/recaptcha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/integration') diff --git a/doc/integration/recaptcha.md b/doc/integration/recaptcha.md index ed4c3b4f21e..fd5170d615f 100644 --- a/doc/integration/recaptcha.md +++ b/doc/integration/recaptcha.md @@ -24,7 +24,7 @@ To use reCAPTCHA, first you must create a site and private key. 1. To enable reCAPTCHA for logins via password, select the **Enable reCAPTCHA for login** 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 + to `return CONDITIONAL_ALLOW` so that the spam check short-circuits and triggers the response to return `recaptcha_html`. NOTE: -- cgit v1.2.3