Closed (fixed)
Project:
CAPTCHA
Version:
6.x-2.x-dev
Component:
Image Captcha (image_captcha)
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 May 2009 at 21:48 UTC
Updated:
28 May 2009 at 22:50 UTC
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