PDA

View Full Version : Password Recovery bug


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 !

Connie
04-18-2005, 07:08 PM
Ramin, please send me this version

did you integrate the password-recovery correction + the name/encoding/correction as well?`

I will prepare a new version with these two fixes, will change the version to 1.4.1 and will announce it then.


please send me the file again, but please use other email-adress:

connie.mueller-goedecke@avantart.com

I will change the adress in my profile as well