added registration on welcome page

This commit is contained in:
Athou
2013-04-06 21:38:18 +02:00
parent 9544b6194e
commit 3691dcd98f
16 changed files with 278 additions and 43 deletions

View File

@@ -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;
}
}