Hey guys,
hate for my first post to be one asking of help but have spent all day wrapping my head around this - no way out.
I'm trying to reset the password via the database in phpmyadmin, selecting MD5 for the password encryption and saving it.
phpmyadmin shows the correct hash being saved for that user's password.
When I go to the site, and login - it doesn't work.
Then, when I go back to the db to check the hash, it has this instead:
$2a$08$TA1f0vOQYHJz1pqFVTfOr.3U8YaTLLAsguhXFl.MEdYMHehvaUEMe
Irrespective of the password I choose, '$2a$08$' is always at the beginning with a long string after it - changes for different passwords, the '$2a$08$' remains the same.
So am not able to login at all, to any account.
Any ideas on what may be happening here?
Sagar