mirror of
https://github.com/webmin/webmin.git
synced 2026-06-24 21:10:29 +01:00
Fix to set email correctly when resetting password
This commit is contained in:
@@ -120,7 +120,7 @@ if (defined($in{'newpass'})) {
|
||||
|
||||
&webmin_log("forgot", "reset", undef,
|
||||
{ 'user' => $wuser->{'name'},
|
||||
'email' => $link{'email'} }, "acl");
|
||||
'email' => $wuser->{'email'} }, "acl");
|
||||
|
||||
&unlink_file("$main::forgot_password_link_dir/$in{'id'}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user