mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
Remove password hash from log output
This commit is contained in:
@@ -168,7 +168,6 @@ public class XmlUserV1UpdateStep implements UpdateStep {
|
|||||||
", lastModified=" + lastModified + '\'' +
|
", lastModified=" + lastModified + '\'' +
|
||||||
", mail='" + mail + '\'' +
|
", mail='" + mail + '\'' +
|
||||||
", name='" + name + '\'' +
|
", name='" + name + '\'' +
|
||||||
", password=" + password + '\'' +
|
|
||||||
", type='" + type + '\'' +
|
", type='" + type + '\'' +
|
||||||
", active='" + active + '\'' +
|
", active='" + active + '\'' +
|
||||||
'}';
|
'}';
|
||||||
|
|||||||
Reference in New Issue
Block a user