From a47330a2117f0f1e71cd601dcd3f8193efd458ab Mon Sep 17 00:00:00 2001
From: Lily Yan <l26yan@uwaterloo.ca>
Date: Thu, 29 Sep 2022 14:44:03 -0400
Subject: [PATCH] ISTWCMS-5847 Re-create feature due to update to captcha 1.5

---
 config/install/captcha.settings.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/install/captcha.settings.yml b/config/install/captcha.settings.yml
index ce3ccb5c..45f60f80 100644
--- a/config/install/captcha.settings.yml
+++ b/config/install/captcha.settings.yml
@@ -3,6 +3,8 @@ description: 'This question is for testing whether or not you are a human visito
 administration_mode: false
 allow_on_admin_pages: false
 add_captcha_description: true
+whitelist_ips: ''
+wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
 default_validation: 1
 persistence: 1
 enable_stats: false
-- 
GitLab