removed encrypted password from User.toString
This commit is contained in:
parent
d9b84c5802
commit
762894b902
@ -44,6 +44,7 @@ public class User extends IUser {
|
||||
private boolean admin = false;
|
||||
|
||||
@NonNull
|
||||
@ToString.Exclude
|
||||
@Column(nullable = false)
|
||||
private String password = "";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user