Login User not Working

Hey there,

When I try to log in using the “log the user in” workflow, I get the “Sorry, that’s not the right password” error. I don’t understand why it’s not working:

This is what I put into the workflow:

image

This is the last step of the debugger before the error pops up:

image

I don’t see what could be causing the problem anywhere!

Thank you!

The password are correct? You have sign the user first?

I’m realizing now that if I’m using the “sign the user up” function, then the system is taking care of the password (I had been trying to set up an input with a password created by the admin user)

I’m not sure how I’m supposed to test the added user account if I don’t know the password?

Thank you!

I know this is an old post, but for posterity’s sake, using “Do a search for” with the login action is going to hit privacy issues, since you should always have user emails marked as un-searchable by anyone except current users (or connected accounts, like in the case of an account admin). Instead, you should use an input’s value for the Email field in the “Log the user in” workflow action. E.g., Input login email’s value, but never “do a search for”.