Skip to content Skip to sidebar Skip to footer

Getting My Password Incorrect Besides Being Correct

I can't figure out why I'm getting out my password incorrect, my signup page is working properly.Everytime I try to login it shows login=incorrect password in my url.I tried to fig

Solution 1:

If you get incorrect false responses from password_verify and you know it should be correct, make sure you are enclosing the hash variable in single quotes (') and not double quotes (").

In PHP anything that starts with a $ inside double quotes as a variable.

Post a Comment for "Getting My Password Incorrect Besides Being Correct"