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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
1975
Vues
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.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
2
avr. 19
|
4579 | ||
|
2
janv. 25
|
5721 | ||
|
2
févr. 21
|
9450 | ||
Website login redirect
Résolu
|
|
1
juil. 24
|
24983 | |
|
2
janv. 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?