From 85cef1bc5bbb56b169f8942aab9f06d213a0c116 Mon Sep 17 00:00:00 2001 From: masp-odoo Date: Fri, 20 Sep 2024 15:02:19 +0200 Subject: [PATCH] [FIX] website: recaptcha threshold number task-4145451 closes odoo/documentation#11066 Signed-off-by: Audrey Vandromme (auva) --- .../websites/website/configuration/recaptcha.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/applications/websites/website/configuration/recaptcha.rst b/content/applications/websites/website/configuration/recaptcha.rst index e82b7eeb7..7dae5cbdc 100644 --- a/content/applications/websites/website/configuration/recaptcha.rst +++ b/content/applications/websites/website/configuration/recaptcha.rst @@ -56,11 +56,15 @@ On Odoo :guilabel:`Site Key` field in Odoo. - Open the Google reCAPTCHA page, copy the :guilabel:`Secret key`, and paste it into the :guilabel:`Secret Key` field in Odoo. -- Change the default :guilabel:`Minimum score` (`0.5`) if necessary, using a value between `1.0` +- Change the default :guilabel:`Minimum score` (`0.7`) if necessary, using a value between `1.0` and `0.0`. The higher the threshold is, the more difficult it is to pass the reCAPTCHA, and vice - versa. + versa. Out of the 11 levels, only the following four score levels are available by default: `0.1`, + `0.3`, `0.7` and `0.9`. - Click :guilabel:`Save`. +.. seealso:: + `Interpret reCAPTCHA scores - Google documentation `_ + All pages using the :guilabel:`Form`, :guilabel:`Newsletter Block`, :guilabel:`Newsletter Popup` snippets, and the eCommerce :guilabel:`Extra Step During Checkout` form are now protected by reCAPTCHA.