SuccessChanges

Summary

  1. tsk23 Adds login and logout (details)
Commit 9f40cb1618440a14953bf58f94ebb069bb998cba by jrcastro2
tsk23 Adds login and logout
Adds login page and the class LoginManagedBean Modifies the template to
add the login and logout icons Adds new method to StoryService to
validate the user Adds test to for the new method includede in the
StoryService
The file was modifiedjsf/src/main/webapp/styles/main.css (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)
The file was addedjsf/src/main/webapp/WEB-INF/loginPage.xhtml (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/microstories/jsf/LoginManagedBean.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/microstories/service/StoryService.java (diff)
The file was addedjsf/src/main/webapp/login.xhtml (diff)