cdli / CdliTwoStageSignup

Two-stage signup process for ZfcUser. Supports Zend\Db and Doctrine! Now up-to-date with latest ZfcUser (as of Oct 24th, 2012)
Other
19 stars 13 forks source link

Fails to handle entering email sent but not verified #11

Open dperjar opened 11 years ago

dperjar commented 11 years ago

From what I can tell... Whenever an email has been entered in the registration box and inserted into user_signup_email_verification table, trying to re-enter that email before clicking the registration link fails to resend or give any meaningful notice. A bullet point appears below the input box (as if to give a failure message) but there is no message. Email doesn't necessarily have to be sent for this to occur.

If a user does click the email link and register, the module handles it correctly and notifies them that the user already exists.