aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/logout_in_ikiwiki.mdwn
diff options
context:
space:
mode:
authorjustint <justint@web>2011-02-24 03:28:41 +0000
committerJoey Hess <joey@kitenet.net>2011-02-24 03:28:41 +0000
commitddcab5e4dce6cb6cd130f7464438b8bc5227630f (patch)
tree09e6c68b0bda199a8f1e5c85ce726ee540c1e54a /doc/bugs/logout_in_ikiwiki.mdwn
parent43b1ee6aa1535e2a8d0ccdba3033644d8eb897f7 (diff)
downloadikiwiki-ddcab5e4dce6cb6cd130f7464438b8bc5227630f.tar
ikiwiki-ddcab5e4dce6cb6cd130f7464438b8bc5227630f.tar.gz
Diffstat (limited to 'doc/bugs/logout_in_ikiwiki.mdwn')
-rw-r--r--doc/bugs/logout_in_ikiwiki.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/logout_in_ikiwiki.mdwn b/doc/bugs/logout_in_ikiwiki.mdwn
index d9b6df677..7b5346864 100644
--- a/doc/bugs/logout_in_ikiwiki.mdwn
+++ b/doc/bugs/logout_in_ikiwiki.mdwn
@@ -29,3 +29,16 @@ It looks like there is no way to logout of ikiwiki at present, meaning that if y
>> logout, help, recentchanges, edit, comment
>> admin users - logout, help, recentchanges, edit, comment, etc
+
+
+I was referred to this page from posting to the forum. I am also interested in being able to use user class and status to modify the page. I will try to put together a plugin. From what I can see there needs to be a few items in it.
+
+* It should expose a link to a dedicated login page that, once logged in, returns the user to the calling page, or at least the home page.
+
+* it needs to expose a link to a little json explaining the type of user and login status.
+
+* it should expose a link that logs the person out and returns to the calling page, or at least the home page.
+
+Then there would need to be a little javascript to use these links appropriately. I have little javascript experience but I know that can be done. I am less sure if it is possible to add this functionality to a plugin so I'll start with that. If no one objects I will continue to post here if I make progress. If anyone has any suggestions on how to modify my approach to code it in an easier way I'd appreciate the input. [[justint]]
+
+