ashawkat / oop-php-authentication-system

14 stars 17 forks source link

Updated class.user.php #4

Closed lovetodream closed 4 years ago

lovetodream commented 5 years ago

Changed from md5() to password_hash() for more secure password encryption algorithms. Fixed Issue which attempts at logging in with email(login succeeds even with wrong password).