raminia
04-17-2005, 06:50 AM
there is a serious bug in password recovery that make it not working!
Remedy:
replace line
$query = "update ".$pixelpost_db_prefix."config set password='".$user_pass."' where admin='".$cfgrow['admin']."'";
with
$query = "update ".$pixelpost_db_prefix."config set password=MD5('$user_pass') where admin='".$cfgrow['admin']."'";
in admin/index.php at about line 86
I will send this to Connie as well.
time to change the release version to 1.4.01 !
Remedy:
replace line
$query = "update ".$pixelpost_db_prefix."config set password='".$user_pass."' where admin='".$cfgrow['admin']."'";
with
$query = "update ".$pixelpost_db_prefix."config set password=MD5('$user_pass') where admin='".$cfgrow['admin']."'";
in admin/index.php at about line 86
I will send this to Connie as well.
time to change the release version to 1.4.01 !