MyBB Community Forums

Full Version: Password Hash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Was the current password hash formula changed. I seem unable to get a password to match using md5($salt.md5($pass)).

$salt is from the db table and $pass is entered by the user. I hash them both to check if they match existing password in db table.
We wouldn't change the password hashing system in a minor release. Nothing has changed.