msaad1999 / PHP-Login-System

Embeddable and Secure PHP Authentication System with Login, Signup, User Profiles, Profile Editing, Account Verification via Email, Password Reset System, Remember-Me Feature and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change encryption type from password_default to md5.

wi1dna opened this issue · 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.