mirror of
https://github.com/webmin/webmin.git
synced 2026-09-17 11:00:42 +01:00
Don't log hashed password
This commit is contained in:
@@ -355,6 +355,7 @@ if ($in{'old'} && $in{'acl_security_form'} && !$group) {
|
||||
|
||||
# Log the event
|
||||
delete($in{'pass'});
|
||||
delete($in{'oldpass'});
|
||||
if ($in{'old'}) {
|
||||
&webmin_log("modify", "user", $in{'old'}, \%in);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user