summaryrefslogtreecommitdiff
path: root/doc/bugs/anonok_vs._httpauth.mdwn
diff options
context:
space:
mode:
authorhttp://www.google.com/profiles/schmonz <http://www.google.com/profiles/schmonz@web>2010-01-01 20:36:12 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-01-01 20:36:12 +0000
commitb4d1a4bb9906c41da4174356708e157683f0bdd9 (patch)
treecd9ac95043ff53374d99b0e7c9b43044ef9160e0 /doc/bugs/anonok_vs._httpauth.mdwn
parent2bf3b3f403f5defa84aae24216226217895e6dfb (diff)
when using httpauth, anonok isn't
Diffstat (limited to 'doc/bugs/anonok_vs._httpauth.mdwn')
-rw-r--r--doc/bugs/anonok_vs._httpauth.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/anonok_vs._httpauth.mdwn b/doc/bugs/anonok_vs._httpauth.mdwn
new file mode 100644
index 000000000..90c8c74c9
--- /dev/null
+++ b/doc/bugs/anonok_vs._httpauth.mdwn
@@ -0,0 +1,10 @@
+I've got a wiki where editing requires [[plugins/httpauth]] (with
+`cgiauthurl` working nicely). I now want to let the general public
+edit Discussion subpages, so I enabled [[plugins/anonok]] and set
+`anonok_pagespec` to `'*/Discussion'`, but HTTP auth is still being
+required for those.
+
+(Actually, what I'll really want to do is probably [[plugins/lockedit]]
+and a whitelist of OpenIDs in `locked_pages`...)
+
+--[[schmonz]]