I have a form which we wish to rate limit, we've decided to use a captcha and always present it to the user. We don't care if they are a bot, or not, we want them to have to enter a captcha regardless. It doesn't matter if they use the form once, or twenty times, each time they submit they will have to enter a captcha.
To this end I've modified captcha to add '#captcha_always', if it's set to true it will always request a captcha from the user. I've configured this in the specific form I wish to use.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | captcha-force_captcha_validation-1912148-4-7.patch | 1.85 KB | alex liannoy |
| #4 | always_require_captcha-1912148-4.patch | 1.79 KB | valentine94 |
| #1 | captcha-always_ask-1912148-0.patch | 1.82 KB | topham |
Comments
Comment #1
topham commentedComment #3
webengr commentedthis would be useful for some situations
Comment #4
valentine94Re-roll
Comment #5
valentine94Comment #7
alex liannoy commentedComment #8
alex liannoy commentedComment #10
alex liannoy commentedComment #12
paravibe commentedPatch from #8 looks great.
BTW: patch from #7 is the best patch ever :D
Comment #13
paravibe commentedComment #15
podarokThanks, #8 merged