From a6b3eb3207e238eca0c4822e250b361efc3b6d44 Mon Sep 17 00:00:00 2001 From: masp-odoo Date: Fri, 18 Jul 2025 12:04:40 +0200 Subject: [PATCH] [IMP] website: recaptcha/turnstile form spam protection extended taskid-4337044 --- .../websites/website/configuration/spam_protection.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/applications/websites/website/configuration/spam_protection.rst b/content/applications/websites/website/configuration/spam_protection.rst index b69c675c9f..15a18074d5 100644 --- a/content/applications/websites/website/configuration/spam_protection.rst +++ b/content/applications/websites/website/configuration/spam_protection.rst @@ -3,8 +3,9 @@ Forms spam protection ===================== :ref:`Cloudflare Turnstile ` and :ref:`Google reCAPTCHA v3 ` -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 `_