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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
1737
Views
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Apr 19
|
4442 | ||
|
2
Jan 25
|
5540 | ||
|
2
Feb 21
|
9230 | ||
Website login redirect
Solved
|
|
1
Jul 24
|
24675 | |
|
2
Jan 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?