aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/anonok_vs._httpauth.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-04 20:24:20 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-04 20:24:20 -0500
commit2767c808900d9b4e9ab689d4b9ad3945beecef3c (patch)
treec30b8ee42b17b0f52a42444b25af9b33c76be894 /doc/bugs/anonok_vs._httpauth.mdwn
parentf5bdfc29ee32446fcad4ad2ccc82e109445f4755 (diff)
parentcd4616e39473a76854158fe3dfd1fc995389e1bc (diff)
downloadikiwiki-2767c808900d9b4e9ab689d4b9ad3945beecef3c.tar
ikiwiki-2767c808900d9b4e9ab689d4b9ad3945beecef3c.tar.gz
response
Diffstat (limited to 'doc/bugs/anonok_vs._httpauth.mdwn')
-rw-r--r--doc/bugs/anonok_vs._httpauth.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/bugs/anonok_vs._httpauth.mdwn b/doc/bugs/anonok_vs._httpauth.mdwn
index 66a68032f..1bf9a3750 100644
--- a/doc/bugs/anonok_vs._httpauth.mdwn
+++ b/doc/bugs/anonok_vs._httpauth.mdwn
@@ -36,12 +36,12 @@ and a whitelist of OpenIDs in `locked_pages`...)
>>> 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]]
+>>>> abuses canedit (and auth) to reach in and call the appropriate
+>>>> plugin's auth method -- e.g., if the page matches */Discussion,
+>>>> call `openid:auth()`, else `httpauth:auth()`? --[[schmonz]]
->>>>> If you wanted users to need to login with openid or passwordauth
->>>>> for discussion pages, you could do that. That seems it would be
->>>>> annoying for httpauth users (who were not current authed) though,
->>>>> as they would then see the openid signin form.
->>>>>
+>>>>> That seems it would be
+>>>>> annoying for httpauth users (who were not currently authed),
+>>>>> as they would then see the openid signin form when going to edit a
+>>>>> Discussion page.
>>>>> --[[Joey]]