Forums / Cotonti / Bugs / Genoa 0.6.24 users.profile.inc.php password update problem

Trustmaster
#35806 2012-10-15 17:14

Old accounts use md5() hashes, this is default behavior. They are only updated to sha256 when they change password in profile. You don't need to use md5() function in profile because it is used by sed_hash() if current user_hashfunc value is md5 (which is so for existing users). If there are problems with that, then patch-0.6.23-0.6.24.sql is not applied correctly on your database.

May the Source be with you!