-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement captcha support #17
Comments
@criwe Some feedback regarding the real world capabilities of the current SPAM checks would be really useful! |
Well, spam is really an annoying problem. Simple captchas don´t work at all. Honymoon traps do a good job on small formulars, but not in big ones. Using JS to submit the formular worked fine, but got one case it doesn´t worked anymore.... Only a good combination of anti-spam-methods will work in the longterm. Maybe it would be better to use something like wt_spamshild instead of implementing theses things on your own? |
Perhaps you can share some experience with the current implementation as well? My blog runs t3extblog for quite some time and in my experience the SPAM checks seem working pretty good. Currently we have:
There is a integration of EXT:sfpantispam (the old, t3blog related regex / blacklist extension) but this extension is not compatible with latest TYPO3 versions. We could replace this with a similar but maintained extension. |
The current checks are working well atm. Spam was allways marked as spam. It think the methods are adequate for now. But we should keep other options in mind, if spamers getting more irritating. |
This seems currently the best captcha solution for 6.2 and 7.x: https://typo3.org/extensions/repository/view/jh_captcha/ |
Related to #133 |
No description provided.
The text was updated successfully, but these errors were encountered: