Reset password on app

Hi guys,
I want people to reset their password on my app.

Flow

  • User confirm me their old password (Input Password Attuale)
  • User add their new password (Input Nuova Password)
  • User click and save the new password (Button Salva)

Problem
User click on the button (and save the new password) only if the old password was correct. How should I write the equation here? Can’t find the actual password anywhere

Any tips?

Hi Gian, you can use the action “Check password for current user” to validate the old password first. You could do this before sending a reset password or when the “reset pass” page loads, before allowing the user to add the new password.

1 Like

Hi, I cannot find the action “Check password for current user”

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