Set user account to verified=true after a password reset action?

User goes to reset password, receives password reset email, successfully sets password.

However, account remains verified = false.

What hook can I use in this context to set verified = true? The user has 'effectively' verified their email through this action. I've got it working after a magic email link sign in since that creates a user session and can access user object. Can't figure it out for a password reset where a session isn't created.
Was this page helpful?