Remove password hash from log output

This commit is contained in:
René Pfeuffer
2019-06-03 09:58:56 +02:00
parent f6bffb3903
commit cd80ff77eb

View File

@@ -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 + '\'' +
'}'; '}';