summaryrefslogtreecommitdiffstats
path: root/install/ui/logout.html
Commit message (Collapse)AuthorAgeFilesLines
* Added logout buttonPetr Voborník2012-02-281-0/+30
Logout button was added to Web UI. Click on logout button executes session_logout command. If command succeeds or xhr stutus is 401 (unauthorized - already logged out) page is redirected to logout.html. logout.html is a simple page with "You have been logged out" text and a link to return back to main page. https://fedorahosted.org/freeipa/ticket/2363