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.