mirror of
https://github.com/e107inc/e107.git
synced 2025-07-27 01:40:22 +02:00
Roll back previous mod. I hate extract()!
This commit is contained in:
2
fpw.php
2
fpw.php
@@ -82,7 +82,7 @@ if (e_QUERY)
|
|||||||
{
|
{
|
||||||
$newpw .= chr(rand(97, 122));
|
$newpw .= chr(rand(97, 122));
|
||||||
}
|
}
|
||||||
list($loginName, $md5) = explode($fpw_sep, $tmpinfo);
|
list($loginName, $md5) = explode($fpw_sep, $tmp_info);
|
||||||
// $mdnewpw = md5($newpw);
|
// $mdnewpw = md5($newpw);
|
||||||
$mdnewpw = $user_info->HashPassword($newpw,$username);
|
$mdnewpw = $user_info->HashPassword($newpw,$username);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user