mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
added registration on welcome page
This commit is contained in:
@@ -77,4 +77,12 @@ public class User extends AbstractModel {
|
||||
this.disabled = disabled;
|
||||
}
|
||||
|
||||
public String getEmail() {
|
||||
return email;
|
||||
}
|
||||
|
||||
public void setEmail(String email) {
|
||||
this.email = email;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user