Closed (fixed)
Project:
Textimage
Version:
5.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2007 at 04:57 UTC
Updated:
6 Feb 2009 at 04:10 UTC
Test platform: Drupal 5.1 + captcha-5.x-1.x-dev + captcha-5.x-1.x-dev
"Captcha" type captcha working as expected.
"Textimage" type captcha is not.
Used for login:
-type user
-type password
-hit enter
-get the "Missing captcha" error message
-type ANY letters in the catcha field, or, better, just hit reload. You have just bypassed captcha test, you are logged in.
Enjoy :-))))
Comments
Comment #1
fluke commentedThis happens to me also. It seems that even though the capture fails the first time, you are in fact logged in so it doesn't check login details the second time. It doesn't matter what username or password you use for the second time either.
Comment #2
fluke commentedThe captcha works for other forms though, just not logins. I suspect it is something to do with the session handling (since a new session is generated for each login attempt) but i haven't figured it out yet.
Comment #3
heine commentedCore login validation actually logs a user in during the form validation stage. While by design, that means that no other module can prevent a user from logging in.
Best to remove this captcha point.
Comment #4
heine commentedCore login validation actually logs a user in during the form validation stage. While by design, that means that no other module can prevent a user from logging in.
Best to remove this captcha point.
Comment #5
danielb commentedIndeed by design there are a lot of things in drupal you cannot intervene with a module.... the whole thing needs a bit of a rethink imo
Comment #6
decipheredCaptcha is no longer supported in Textimage.