Closed (works as designed)
Project:
CAPTCHA
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2008 at 14:14 UTC
Updated:
6 Jul 2014 at 16:46 UTC
Jump to comment: Most recent
Comments
Comment #1
paul_gregory commentedI second a maximum attempts feature as we've been having problems of mass spamming.
We use several webforms on our client's site and protected these with image CAPTCHA challenges. We then got bombarded with spam submissions one weekend that crashed the server - each one being flagged in the watchdog as an incorrect CAPTCHA response from the same IP. We thought we would be safe from this as we used the webform submission limits but it looks like Captcha jumps in before webform can log an attempted submission so the spam user never reaches the limit.
Cheers
Comment #2
soxofaan commentedthis feature would require an additional database table in the 6.x-1.x and 5.x-3.x branches.
In head there is a experimental 6.x-2.x branch in preparation where it could be included in the default table, I think
However, for the moment I don't have time (and I expect the other maintainers too) to work on this
so all I can say is: patches are welcome ;)
Comment #3
wundo commented