Hide Forgot
There are 2 users who sent questions to openshift in re: to captcha throwing validation errors. They are both using the TITAN promo code. Seems captcha validation throws the error erroneously as the user validation email is still being sent and the users are able to validate/register. Urgent cause this causes the user to think the site is broken and the user feels locked out.
I believe what is happening here is the user is incorrectly solving the CAPTCHA once, at which point an error message is displayed. The second time, when they solve it correctly, they are obtaining a 500 error (due to bug 781565), which causes the form submission to fail, but does not update the error message, leaving the "Captcha text didn't match" message displayed. This should be confirmed by the following results: - Without a promo code, solving the captcha the first, second or Nth time all work - With a promo code, solving the captcha the first time does not display the captcha error (500 error instead)
*** This bug has been marked as a duplicate of bug 765906 ***