dcblogdev/loginregister

Hi

Kadantte opened this issue · 1 comments

How can i change the passwordhash to md5 ?!!!!!!

why would you want to make it less secure?

md5 should not be used for passwords it too weak instead use php's defaults of password_hash().

For using md5 you type md5('password') and save that to the database. But I highly recommend you do not use MD5 for passwords at all.