master
http://www.google.com/profiles/schmonz 2010-01-05 01:16:17 +00:00 committed by Joey Hess
parent 2a717f36ef
commit f96a7b7756
1 changed files with 4 additions and 0 deletions

View File

@ -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]]