Open
Description
The last step to activate an account is to click the confirmation link of an email sent to the user. Sometimes the user does not do that step (email gets in spam, rejected by receiving server or failed to send)
If a user tries to login without having confirmed the email, she gets rejected with a note to activate the account using the confirmation email.
User sometimes does not know what this email is or where to find it ... therefore, add a button to provide an option resend confirmation email .
- front-end:
- add button to allow user to resend confirmation email if the login fails due to "pending confirmation"
- add button in PO center to enforce activation
- backed: return in login error the
url
to resend confirmation email if that is the failure.