Status |
Implemented in trunk |
Target Release |
4.0 |
Original Authors |
Sedat Çiftçi, Dave Johnson |
This is a proposal to support Account activation via email in Roller. If activation is enabled, then user accounts must be activated via e-mail before they can be used.
No major issues to be considered.
List and describe new manager methods, Struts actions, JSP pages, macros, etc.
activationcode varchar(48)
|
public UserData getUserByActivationCode(String activationCode) throws RollerException;
|
Please comment on mailing list.