rest user has not password set for rest api

main
Ezequiel Bergamaschi 2015-08-29 02:14:49 -03:00
parent db0854bed6
commit feae417221
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class RestUser {
public RestUser(@NotNull User user) {
this.user = user;
this.password = user.getPassword();
}
public Calendar getCreationDate() {