Email_verified being set to false after it was previously true

Hi there, I am implementing a invitiation flow with the Reset Password email. I can successfully reset the password and can see my user is set to email_verified: true, but when I attempt login and log it, it is returning false.

Hi @shinkhouse,

Welcome to the Auth0 Community!

Could you please clarify how you are logging the user’s email_verified attribute?

Thanks,
Rueben

Hey Rueben I figured it out. I am using a custom database and when user reset password, I was not setting email_verified to true when the account updated.

1 Like

Hi @shinkhouse,

Thanks for your reply and for sharing the solution that helped you resolve the issue!

Please let us know if you have any additional questions.

Thanks,
Rueben