SuccessChanges

Summary

  1. T1.5 Adds the link confirmation (details)
Commit 8da4e7903f3598bec1f64f6e5920f5cd9348bfcd by prfernandez2
T1.5 Adds the link confirmation
When a new users is signed up, we send an email with a link so the user
can confir his account.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/UserService.java (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/jsf/Activation.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/util/Mail.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/User.java (diff)
The file was addedjsf/src/main/webapp/activation-send.xhtml (diff)
The file was addedjsf/src/main/webapp/activate.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/jsf/UserIndexController.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/faces-config.xml (diff)
The file was modifiedjsf/src/main/webapp/login-error.xhtml (diff)
The file was modifiedjsf/src/main/webapp/signin.xhtml (diff)