Open riveraryan opened 3 years ago
Add a function to UserModel that checks during login if the hashing algorithm used by PHP's password_hash() has changed and updates the password in the database using PHP's password_verify() function.
Add a function to UserModel that checks during login if the hashing algorithm used by PHP's password_hash() has changed and updates the password in the database using PHP's password_verify() function.