Logon fails even though captcha is valid
-
Hi, submitting the captcha occasionally fails with an error message: “The security code entered was incorrect.” even though the captcha was typed in correctly. At other times – all is ok. I tried to look into it and after some debugging it appears the failure is due to this condition returning false:
!isset($_POST[$tid]) || $_POST[$tid] != siwp_get_token($captchaId)
(securimage-wp.ph about line 511).
Could you please shed some light on this piece of code, and how I should go about investigating this further?
(A thought: could this also have anything to do with SSL?)
Many thanks in advance! 🙂The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Logon fails even though captcha is valid’ is closed to new replies.