When the Image CAPTCHA is set up for case insensitive validation, the image itself only shows lower case characters.
Reason: the code is converted to lower case before passing back to CAPTCHA core, which saves it to the captcha_sessions table
When the image is requested the code is fetched from the captcha_sessions table, so it only knows about the lower case version
Comments
Comment #1
soxofaan commentedWhen #463002: Drop preprocess op of hook_captcha? is fixed, this issue will evaporate!
Comment #2
soxofaan commentedsolved by http://drupal.org/cvs?commit=211820