captcha shows only first time
palik - May 31, 2007 - 09:13
| Project: | CAPTCHA |
| Version: | 5.x-3.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
captcha shows up only until i post first form that is secured by math question. After this questions does not show up anymore, until i erace cookies. Maybe it is normal?
drupal 5.1, ff/ie/opera
test site http://patogen.blink.pl/patogenartpl/comment/reply/6

#1
This seems to be by design. Once someone has correctly answered a captcha, the form_alter function doesn't load anymore captcha's for that session.
#2
This is indeed by design in the original captcha module.
I did a big rewrite of captcha.module (see http://drupal.org/node/153395) which offers an option to be persistent with captchas. When enabled, captchas won't be bypassed after one successful submission.
#3
#4