]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/logout_in_ikiwiki.mdwn
trying to figure out how to make ikiwiki slightly more interactive
[ikiwiki.git] / doc / bugs / logout_in_ikiwiki.mdwn
1 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?
2
3 > Click on "Preferences". There is a logout button there. --liw
4
5 > It would be nice if it were not buried there, but putting it on the
6 > action bar statically would be confusing. The best approach might be to
7 > use javascript. --[[Joey]] 
8
9
10 >> I agree that javascript seems to be a solution, but my brain falls 
11 >> off the end of the world while looking at ways to manipulate the DOM. 
12 >> (I'd argue also in favor of the openid_provider cookie expiring 
13 >>  in less time than it does now, and being session based)
14
15 >> It would be nice to move navigational elements to the upper right corner 
16 >> of the page...
17
18 >> I have two kinds of pages (wiki and blog), and three classes of users  
19 >> anonymous users - display things like login, help, and recentchanges,
20 >> non-admin users - on a per subdir basis (blog and !blog) display 
21 >> logout, help, recentchanges, edit, comment 
22 >> admin users - logout, help, recentchanges, edit, comment, etc