SuccessChanges

Summary

  1. tsk3 Adds an EmailService for the account activation process (details)
Commit acc1c5859704f9e83ed1fd310dd41a43fd84b670 by daouterelo
tsk3 Adds an EmailService for the account activation process
The EmailService is the EJB that will send the activation email to the
user before he creates an account. This service uses an email session
that is configured in the standalone.xml of wildfly.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/UserManagedBean.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/EmailService.java (diff)