[IMP] website: recaptcha/turnstile form spam protection extended

taskid-4337044

closes odoo/documentation#14251

X-original-commit: a207dfd06c
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
This commit is contained in:
masp-odoo
2025-07-18 10:04:40 +00:00
parent e162b36d84
commit dbef43408d

View File

@@ -3,8 +3,9 @@ Forms spam protection
=====================
:ref:`Cloudflare Turnstile <cloudflare-turnstile>` and :ref:`Google reCAPTCHA v3 <google-recaptcha>`
protect website forms against spam and abuse. They attempt to distinguish between human and bot
submissions using non-interactive challenges based on telemetry and visitor behavior.
protect website forms, web sign-up pages, and password reset pages against spam and abuse. They
attempt to distinguish between human and bot submissions using non-interactive challenges based on
telemetry and visitor behavior.
.. important::
We recommend using **Cloudflare Turnstile** as reCAPTCHA v3 may not be compliant with local data
@@ -13,7 +14,7 @@ submissions using non-interactive challenges based on telemetry and visitor beha
.. note::
All pages using the :guilabel:`Form`, :guilabel:`Newsletter Block`, :guilabel:`Newsletter Popup`
snippets, and the eCommerce :guilabel:`Extra Step During Checkout` form are protected by both
tools.
tools. **Web sign-up pages** and **password reset pages** are also protected.
.. seealso::
- `Cloudflare Turnstile's documentation <https://developers.cloudflare.com/turnstile/>`_