Don't log hashed password

This commit is contained in:
Jamie Cameron
2009-01-08 18:49:23 +00:00
parent f2c7550234
commit a7950968fc

View File

@@ -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);
}