resetPassword & emailVerified
When
resetPassword
is successful, emailVerified
should be turned to true also, no ?!3 Replies
You're right, I'll fix that.
Thx a lot 😉
PR opened, you can track it here
https://github.com/better-auth/better-auth/pull/3355
GitHub
fix(reset-password): update emailVerified by ping-maxwell · Pull R...
Summary by cubic
After a user resets their password, their email is now marked as verified. This ensures users who reset passwords can log in without extra email verification steps.