Closed auge8472 closed 4 years ago
The old implementation stores passwords as md5-hash. MD5 is broken so the passwords should get hadled with the function password_hash instead.
password_hash
The old implementation stores passwords as md5-hash. MD5 is broken so the passwords should get hadled with the function
password_hash
instead.