diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 16:35:55 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 16:35:55 -0500 |
commit | c47712b340153fca4015f8d0e344ced5b12a3e17 (patch) | |
tree | b925781bc75374179773fc3b7dadeff24c048c63 | |
parent | ac8f03aa06536b7cced13ef2caa1a2d60cc551aa (diff) | |
download | ikiwiki-c47712b340153fca4015f8d0e344ced5b12a3e17.tar ikiwiki-c47712b340153fca4015f8d0e344ced5b12a3e17.tar.gz |
clarify
-rw-r--r-- | doc/bugs/anonok_vs._httpauth.mdwn | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/bugs/anonok_vs._httpauth.mdwn b/doc/bugs/anonok_vs._httpauth.mdwn index d301b53fb..b738e3b6c 100644 --- a/doc/bugs/anonok_vs._httpauth.mdwn +++ b/doc/bugs/anonok_vs._httpauth.mdwn @@ -109,12 +109,8 @@ index 127c321..a18f8ca 100644 >> Refreshed above patch to fix that. --[[Joey]] ->> Remaining issue: Since both signinedit and httpauth have canedit hooks that ->> run "last", behavior will vary depending on which wins and really goes ->> last. So mixing this with openid or passwordauth won't work yet, though ->> it will work mixed with anonok. ->> ->> Seems like what needs to happen is for httpauth's canedit to run before ->> signinedit's, however it still needs to run relatively late; after eg, ->> anonok's hook. Better hook ordering needed. I knew we'd need it sooner ->> or later! --[[Joey]] +>> Remaining issue: This patch will work with anonok, but not openid or +>> passwordauth, both of which want to display a login page at the same +>> time that httpauth is redirecting to the cgiauthurl. As mentioned above, +>> the only way to deal with that would be to add a link to the signin page +>> that does the httpauth signin. --[[Joey]] |