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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
1
Odpowiedz
1925
Widoki
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.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
kwi 19
|
4545 | ||
|
2
sty 25
|
5684 | ||
|
2
lut 21
|
9403 | ||
Website login redirect
Rozwiązane
|
|
1
lip 24
|
24891 | |
|
2
sty 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?