|
#1
|
||||
|
||||
|
Password Recovery bug
there is a serious bug in password recovery that make it not working!
Remedy: replace line Code:
$query = "update ".$pixelpost_db_prefix."config set password='".$user_pass."' where admin='".$cfgrow['admin']."'"; Code:
$query = "update ".$pixelpost_db_prefix."config set password=MD5('$user_pass') where admin='".$cfgrow['admin']."'";
I will send this to Connie as well. time to change the release version to 1.4.01 !
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#2
|
|||
|
|||
|
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 |
| Thread Closed |
| Thread Tools | |
|
|