Validate Password on Password Update

I'm looking to do a password update for under a settings page. I want the user to enter their existing password and validate it before letting them update to a new password. However, I don't know how to validate that password. I thought I could just trigger a new sign in, which works if they enter the password correctly BUT if they enter their old password incorrectly it signs them out of the application which prevents them from trying again without having to sign back in.
unknown.png
Was this page helpful?