hkvstore.com forums
Use md5 encrypted password in existing table (v2023)
PHPMaker
General Discussion (PHPMaker)
arbei
December 4, 2024, 12:26am
2
v2023 could not migrate passwords, you need to re-hash the passwords in the existing table yourself. For example, you may read
this
topic.
Don’t use md5 for passwords anymore, you should use PHP’s
password_hash()
.
show post in topic