Quote:
Originally Posted by spedico
If you get "incorrect password" error every time, increase the string length in the MySQL database. The hashed password is longer than the actual password.
Just pointing that out, I had that problem.
|
I've increased the password length in the table by one character because the MAX_LENGTH of SHA1 is 40, I didn't count in the null character at the end.