- Each step returns a result
- Password Verify step returns a boolean
falseortrue - 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!
