diff options
author | http://www.google.com/profiles/schmonz <http://www.google.com/profiles/schmonz@web> | 2010-01-05 01:16:17 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-01-05 01:16:17 +0000 |
commit | f96a7b775617596f16252f9b8be7cf1761c24da0 (patch) | |
tree | e6b9439fdd28c8444d31e9707e795a2e8195dd6a /doc/bugs | |
parent | 2a717f36ef89d062a359813cdebb2f2e30e4343e (diff) | |
download | ikiwiki-f96a7b775617596f16252f9b8be7cf1761c24da0.tar ikiwiki-f96a7b775617596f16252f9b8be7cf1761c24da0.tar.gz |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/anonok_vs._httpauth.mdwn | 4 |
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]] |