rest user has not password set for rest api
This commit is contained in:
@@ -51,6 +51,7 @@ public class RestUser {
|
||||
|
||||
public RestUser(@NotNull User user) {
|
||||
this.user = user;
|
||||
this.password = user.getPassword();
|
||||
}
|
||||
|
||||
public Calendar getCreationDate() {
|
||||
|
Reference in New Issue
Block a user