Hi everyone.
I need to implement a password reset flow using three different inputs:
- Previous password
- New password
- Confirm password
Following the image below I need to check if the previous password (that will be changed) exists in the database. Then add two fields to create a new password and insert it into the db, changing the previous password.
Therefore, I did not see any bubble functionality that I can do it.
May you help me how can I check if the password exists from a password input?