
Angelo Alves Farias - 2009-07-07 19:15:32
The control panel form loads the value of the encrypted password, then if someone update the cms, the new pass will be the encripted pass!
I fixed it:
replace de $password = ... in function enginesavefile() for:
$password = (!empty($_POST['admin_password'])) ? md5($_POST['admin_password']) : admin_password;
and deleted the value of password in control panel: function enginupdateform()