Closed (fixed)
Project:
CAPTCHA
Version:
7.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2011 at 13:06 UTC
Updated:
4 Dec 2011 at 11:40 UTC
When you click this link on CAPTCHA Examples page, under Challenge "Image" by module "image_captcha" you will see different answers but the image remain the same for all answers.
| Comment | File | Size | Author |
|---|---|---|---|
| challenge-image-by-module-image-captcha.jpg | 33.47 KB | Vlad Stratulat |
Comments
Comment #1
soxofaan commentedConfirmed. Problem is that same CAPTCHA session id is used for all images, instead of a unique one for each.
Culprit is http://drupal.org/node/1024370#comment-4219104 (committed by http://drupal.org/node/1024370#comment-4401002). Reverting this oneliner fixes the problem for me
Comment #2
soxofaan commentedI reverted the commit mentioned in #1:
http://drupalcode.org/project/captcha.git/commit/1161a4d
which fixes this issue