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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
1983
Lượt xem
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.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 4 19
|
4593 | ||
|
2
thg 1 25
|
5724 | ||
|
2
thg 2 21
|
9458 | ||
Website login redirect
Đã xử lý
|
|
1
thg 7 24
|
24991 | |
|
2
thg 1 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?