How to check if password is correct - for a password reset?

Hi everyone.

I need to implement a password reset flow using three different inputs:

  1. Previous password
  2. New password
  3. 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?

Hi there, @eliasprado123… it sounds like you are looking for the Update the user’s credentials workflow action.

If you associate the fields in the action to the appropriate inputs on the page, you should be good to go.

Hope this helps.

Best…
Mike

This topic was automatically closed after 70 days. New replies are no longer allowed.