MySQLi Log In User - how to see what's being submitted for authentication?
I have a page that I've hand-coded to hash and salt passwords. I'm using the MySQLi Log In User behaviour and am having to run the password through the same salt/hash so that it will authenticate properly.
It's not working, but without knowing what's being submitted through the behaviour I can't really diagnose.
I have the behaviour directing to a success page but when that fails, I have it re-directing back to the sign in page with an error message displayed. Is there any way I can see what values were submitted through the behaviour for the username and password?
Please see attached file.
Thank you.
NJ