Skip to content

Commit c568a95

Browse files
committed
[IMP] website: recaptcha/turnstile form spam protection extended
taskid-4337044 closes #14254 X-original-commit: a207dfd Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
1 parent 4b1e13a commit c568a95

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/applications/websites/website/configuration/spam_protection.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Forms spam protection
33
=====================
44

55
:ref:`Cloudflare Turnstile <cloudflare-turnstile>` and :ref:`Google reCAPTCHA v3 <google-recaptcha>`
6-
protect website forms against spam and abuse. They attempt to distinguish between human and bot
7-
submissions using non-interactive challenges based on telemetry and visitor behavior.
6+
protect website forms, web sign-up pages, and password reset pages against spam and abuse. They
7+
attempt to distinguish between human and bot submissions using non-interactive challenges based on
8+
telemetry and visitor behavior.
89

910
.. important::
1011
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
1314
.. note::
1415
All pages using the :guilabel:`Form`, :guilabel:`Newsletter Block`, :guilabel:`Newsletter Popup`
1516
snippets, and the eCommerce :guilabel:`Extra Step During Checkout` form are protected by both
16-
tools.
17+
tools. **Web sign-up pages** and **password reset pages** are also protected.
1718

1819
.. seealso::
1920
- `Cloudflare Turnstile's documentation <https://developers.cloudflare.com/turnstile/>`_

0 commit comments

Comments
 (0)