response
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 28 Aug 2009 19:00:58 +0000 (15:00 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 28 Aug 2009 19:00:58 +0000 (15:00 -0400)
doc/todo/Restrict_page_viewing.mdwn

index b25b7de0a89d8eeb3ef2d20c5a14a98906840209..ec7b05a510cce1c500fdc78e83f03c62a01b8e7c 100644 (file)
@@ -9,3 +9,7 @@ I could use htaccess for that, but it would force the users to have 2 authentica
 Then, I'd have to generate the private page the regular way with ikiwiki, and prevent apache from serving them with an appropriate and much more maintainable htaccess file.
 
 -- [[users/emptty]]
+
+> While I'm sure a plugin could do this, it adds so much scalability cost
+> and is so counter to ikiwiki's design.. Have you considered using the
+> [[plugins/httpauth]] plugin to unify around htaccess auth? --[[Joey]]