You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the system is allowing non-verified users to login.
So, we need to create a new error state for the login process - account_not_verified, or something, and show the info below...
<h1>Oops!</h1>
<error style>The email address you signed up with needs to be verified.</error> (Yellow box, with ! mark.)
<p>When you created your account, we sent an email to {email address} that contained a link for you to verify your email address. We need you to click that link, please.</p>
<p>If you can't find the email, just hit this button to send a fresh one:</p>
<button>RESEND VERIFICATION EMAIL</button>
<p>Thanks!</p>
The text was updated successfully, but these errors were encountered:
It looks like the system is allowing non-verified users to login.
So, we need to create a new error state for the login process - account_not_verified, or something, and show the info below...
The text was updated successfully, but these errors were encountered: