diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-28 15:39:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-28 15:39:22 -0400 |
commit | 47b9f10e6254277918873a980af0cf0631326165 (patch) | |
tree | 3bd92501317166b0f864164f5ac33c034b1f7287 | |
parent | ea48e1c038bfdab5820383cb885360c1d3fe2a14 (diff) |
response
-rw-r--r-- | doc/bugs/logout_in_ikiwiki.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/logout_in_ikiwiki.mdwn b/doc/bugs/logout_in_ikiwiki.mdwn index 9f974be15..5df19c405 100644 --- a/doc/bugs/logout_in_ikiwiki.mdwn +++ b/doc/bugs/logout_in_ikiwiki.mdwn @@ -1,3 +1,7 @@ It looks like there is no way to logout of ikiwiki at present, meaning that if you edit the ikiwiki in, say, a cybercafe, the cookie remains... is there some other security mechanism in place that can check for authorization, or should I hack in a logout routine into ikiwiki.cgi? > Click on "Preferences". There is a logout button there. --liw + +> It would be nice if it were not buried there, but putting it on the +> action bar statically would be confusing. The best approach might be to +> use javascript. --[[Joey]] |