[FIX] website: recaptcha threshold number

task-4145451

closes odoo/documentation#11066

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
This commit is contained in:
masp-odoo 2024-09-20 15:02:19 +02:00 committed by Audrey (auva)
parent f516c71c37
commit 85cef1bc5b

View File

@ -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 <https://cloud.google.com/recaptcha/docs/interpret-assessment-website#interpret_scores>`_
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.