Hi!
Currently I am working on self-hosted Odoo 18, and I wanted to turn on Cloudflare Turnstile on my page forms and login/sing up pages.
I already made an account on Cloudflare according to the docs (https://www.odoo.com/documentation/18.0/applications/websites/website/configuration/spam_protection.html), but on my website nothing appears.
Public and secret key added to my settings, I am not able to see any other option to turn the captcha on.
Thank you in advance!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
1769
Vistas
same here … i am wondering if the code to protect the login or registration page of the website module is there? In developer mode i opened the auth_signup.signup view which doesn't show any code related to turnstile or recaptcha.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
abr 19
|
4447 | ||
|
2
ene 25
|
5566 | ||
|
2
feb 21
|
9252 | ||
Website login redirect
Resuelto
|
|
1
jul 24
|
24698 | |
|
2
ene 25
|
48 |
Did you see a "Visitor Solve Rate" >0 in your Turnstile Dashboard?
Did you see the Cloudflare Script linked in your Website (Developer View)?
We use Turnstile since about 6 Months at different Websites and see no Bot Traffic from Forms.
This is the right behavior. Cloudflare Turnstile don`t need CAPTCHAS, they use other algorithm to detect bots.
Now I changed the protected domains (I didn't write "www." at the start of the hostname). I have partial results, it definitely works, beacuse the "Visitor Solve Rate" is 71%, and I am able to see script in the HTML as well.
My problem, I have still bot activities on my db, can I improve the protection somehow?