SuccessChanges

Summary

  1. tsk62 Fixes in add user (details)
Commit d057e980429faf3aab1289b002b785ebfc3784d4 by anrodriquez
tsk62 Fixes in add user
It does not allow to register the same login or a user with the same
email, showing the corresponding error in the view. The title of the
page is displayed correctly. It also corrects the length of the phone,
since with length 9, international format is not allowed, besides the
date. Design of the unified view with the rest of the views.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/UserService.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/UserManagedBean.java (diff)
The file was modifiedjsf/src/main/webapp/public/user/add.xhtml (diff)