SuccessChanges

Summary

  1. tsk5 Add the activation of the account through the confirmation link (details)
Commit 1326366373157696f442c0f4bd987eef124ca6d8 by mgperez4
tsk5 Add the activation of the account through the confirmation link
A user can activate his account through the confirmation link. This link
is sent by email when the user registers.
The file was modifiedtests/src/main/resources/datasets/usersCreate.xml (diff)
The file was addedtests/src/main/resources/datasets/usersActivated.xml (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/UsersDataset.java (diff)
The file was modifiedservice/src/test/java/ligaaas/teamc/service/UserEJBTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)
The file was modifiedservice/src/main/java/ligaaas/teamc/service/UserEJB.java (diff)
The file was modifiedjsf/src/main/java/ligaaas/teamc/jsf/RegisterManagedBean.java (diff)
The file was addedjsf/src/main/webapp/views/activateAccount.xhtml (diff)