mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
profile page
This commit is contained in:
@@ -7,6 +7,7 @@ public class UserModel implements Serializable {
|
||||
|
||||
private Long id;
|
||||
private String name;
|
||||
private String email;
|
||||
private String password;
|
||||
private boolean enabled;
|
||||
private boolean admin;
|
||||
@@ -51,4 +52,12 @@ public class UserModel implements Serializable {
|
||||
this.password = password;
|
||||
}
|
||||
|
||||
public String getEmail() {
|
||||
return email;
|
||||
}
|
||||
|
||||
public void setEmail(String email) {
|
||||
this.email = email;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user