msaad1999/PHP-Login-System

Change encryption type from password_default to md5.

wi1dna opened this issue · 1 comments

Change encryption type from password_default to md5.
After changing the type of hashing, registration stops working.

I have unfortunately not made it yet so you could change the password encryption type in only location in the code. This means if you did change it, you will have to fix all the password related code in the project.