LOGIN with Password Verify HELP

  1. Each step returns a result
  2. Password Verify step returns a boolean false or true
  3. Your Security Login step is always running, independently if the Password Verify step succeeded or not

You’re missing a Condition step to verify if the password verification was successful. Only if it’s successful (true) you run Security Login. Please check the screenshots how I did it with bcrypt:

Look at the Condition step!

1 Like