User's email_verified Flag to be Set to True once the User Reset their Password
Last Updated:
Overview
If a user has "email verification=pending" in Auth0, the user should not be able to log in at all until the e-mail is verified. However, the actual behavior indicates that if they use the Auth0 Reset Password form and reset their password, they can then log in, even though their email is still "pending".
Applies To
- Password Reset
Solution
As mentioned in our docs:
- "Keep in mind that in the default flow, the email delivery verifies the identity of the user."