mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-15 11:07:57 +01:00
rest user has not password set for rest api
This commit is contained in:
parent
070815c95c
commit
f20b4d63d1
@ -51,6 +51,7 @@ public class RestUser {
|
|||||||
|
|
||||||
public RestUser(@NotNull User user) {
|
public RestUser(@NotNull User user) {
|
||||||
this.user = user;
|
this.user = user;
|
||||||
|
this.password = user.getPassword();
|
||||||
}
|
}
|
||||||
|
|
||||||
public Calendar getCreationDate() {
|
public Calendar getCreationDate() {
|
||||||
|
Loading…
Reference in New Issue
Block a user