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-05 01:16:17 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-01-05 01:16:17 +0000
commitf96a7b775617596f16252f9b8be7cf1761c24da0 (patch)
treee6b9439fdd28c8444d31e9707e795a2e8195dd6a /doc/bugs/anonok_vs._httpauth.mdwn
parent2a717f36ef89d062a359813cdebb2f2e30e4343e (diff)
response
Diffstat (limited to 'doc/bugs/anonok_vs._httpauth.mdwn')
-rw-r--r--doc/bugs/anonok_vs._httpauth.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/anonok_vs._httpauth.mdwn b/doc/bugs/anonok_vs._httpauth.mdwn
index 0015627b0..57ab95985 100644
--- a/doc/bugs/anonok_vs._httpauth.mdwn
+++ b/doc/bugs/anonok_vs._httpauth.mdwn
@@ -34,3 +34,7 @@ and a whitelist of OpenIDs in `locked_pages`...)
>>> before the page can be shown to the user. This would, though, not play
>>> well with other authentication methods like openid, since the user
>>> would never see the Signin form. --[[Joey]]
+
+>>>> Would I be able to do what I want with a local plugin that
+>>>> knows my auth requirements and abuses canedit -- e.g., if the page
+>>>> matches */Discussion, redirect to Signin form, else httpauth? --[[schmonz]]