removed encrypted password from User.toString

This commit is contained in:
Patrick Haßel 2024-11-04 16:15:10 +01:00
parent d9b84c5802
commit 762894b902

View File

@ -44,6 +44,7 @@ public class User extends IUser {
private boolean admin = false; private boolean admin = false;
@NonNull @NonNull
@ToString.Exclude
@Column(nullable = false) @Column(nullable = false)
private String password = ""; private String password = "";