SPAM via OpenMage forms - The Cloudflare Turnstile solution #3886
-
Hello all, I have seen there are few somewhat outdated prevent spam on contact forms. Does anyone have, or know of any that might use a more modern approach such as turnstile? Any pointers are appreciated! Andy |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 26 replies
-
The methods havent changed.
|
Beta Was this translation helpful? Give feedback.
-
I think I have discussed this topic in other posts. I use HoneySpam together with Fail2Ban. Around 120 IPs are captured daily on the contact form and newsletter. From time to time a few messages slip out, but we find the senders in the webserver log by date and block them with ipset. I created a command that quickly finds the IP in CLI. We can use reCaptcha, but I gave up. It seems that it is not so secured anymore, there are articles on the Internet related to this issue. Also, visitors no longer have the patience to solve puzzles or enter codes that are not legible. |
Beta Was this translation helpful? Give feedback.
-
Cloudflare Turnstile could be a great addition for OpenMage. https://www.cloudflare.com/products/turnstile/ Humans spend about 500 years each day solving CAPTCHAs - wasting time and creating frustration. This is why Cloudflare built a better alternative to CAPTCHAs with Managed Challenge and now Turnstile. |
Beta Was this translation helpful? Give feedback.
-
I started to work on a Cloudflare Turnstile module: It already works although it supports only customer-registration, contact-form and newsletter-subscribe at the time of writing this comment. It doesn't depend of Mage_Captcha for anything so Mage_Captcha could be disabled/removed (recaptha module depends on Mage_Captcha instead). :-) |
Beta Was this translation helpful? Give feedback.
-
@fballiano I have found one issue. If you try and reset your password I get a "invalid captcha" I have validated that its the awesome plugin that you have written by disabling the reset password works. Steps to reproduce : OM20.6 Edit : updated to the latest version and issue has gone! |
Beta Was this translation helpful? Give feedback.
I started to work on a Cloudflare Turnstile module:
https://github.com/fballiano/openmage-cloudflare-turnstile
It already works although it supports only customer-registration, contact-form and newsletter-subscribe at the time of writing this comment.
It doesn't depend of Mage_Captcha for anything so Mage_Captcha could be disabled/removed (recaptha module depends on Mage_Captcha instead).
:-)