Another "basic" question: how can I create a logout button for inclusion on a page?
I can create a text link back to the login page no problem and that has a logout button (when you’re logged in).
What if you just want to put a logout button on a specific page or Template somewhere?
-edit-
Hmm, ok, found a useful thread
here where Dr. Scotty Delicious shows how to make a Logout text link. Quite simply:
<a href="[~[*id*]~]&service=logout" title="Logout">Logout</a>
Or replace [*id*] with the actual ID of your login page.
That works fine (better than linking back to the login page, which makes the user click 2 links to logout), though I’m still curious how you’d add a Logout button.