Login Logout

Summary: How to log out after logging in
Version: 1.0
Prerequisites:
Status: Q&A
Maintainer:
Discussion: LoginLogout-Talk

Questions answered by this recipe

If a user logs into a pmwiki, how does he log out?

Logging in and out

To log out use the site page action logout.

To enable this action add a link to the page, sidebar,

[[{$FullName}?action=logout|log out]]

log out

or add this action to the Site.Page Actions.

(:if enabled AuthPW :)
* %item rel=nofollow class=logout    accesskey='$[ak_logout]'%    [[{*$FullName}?action=logout | $[Logout] ]]
(:ifend:)

Change the conditional markup as appropriate for the access authorisation level you logged in at.

Notes

Release Notes

See Also

Contributors

Comments

See Discussion at LoginLogout-Talk

User notes +4: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.