fix undeclared variables or wrong variable names (/mod)
This commit is contained in:
@@ -125,6 +125,7 @@ function lostpass_form()
|
||||
function lostpass_generate_password($user)
|
||||
{
|
||||
$o = '';
|
||||
$a = get_app();
|
||||
|
||||
$new_password = User::generateNewPassword();
|
||||
$result = User::updatePassword($user['uid'], $new_password);
|
||||
|
||||
Reference in New Issue
Block a user