geekpgh / mastersproject

The masters project for SWENG 500 team 3
4 stars 2 forks source link

User can Logout #4

Closed gmblogref closed 11 years ago

gmblogref commented 11 years ago

Users that want to logout of their session will click the logout link. When this is done the system will log them out and take them back to the login screen. From here the user can log back in or leave the page

gmblogref commented 11 years ago

As with the log in we are using the built in MVC features for this. I don't know how to write a test for this but it does work.