word list CAPTCHA: "An illegal choice has been detected"
soxofaan - February 13, 2008 - 21:27
| Project: | CAPTCHA Pack |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | soxofaan |
| Status: | active |
Jump to:
Description
Because the world list CAPTCHA choices change on every form instance, Drupal thinks that the submitted response is an illegal choice (most of the times). In the Drupal 5 version this could be worked around with #DANGEROUS_SKIP_TEST, but this 'feature' has been removed in Drupal 6: http://drupal.org/node/114774#choice_check .
An alternative is needed.

#1
same problem for phrase CAPTCHA module
#2
the hack with $_POST['random_captcha_type'] in random_captcha_type probably should be replaced with a related fix
#3
marked #568880: Phrase and relative position Error Message as duplicate