diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 17:26:09 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 17:26:09 -0500 |
commit | 046095552ac231366d71a3c7a84bdc6d46662212 (patch) | |
tree | 959e814144c3e92078960d37338958fa56e284b2 /doc/bugs | |
parent | f2d6d4f6b24bb399481c40dc6eb6f3fe25190c5d (diff) | |
download | ikiwiki-046095552ac231366d71a3c7a84bdc6d46662212.tar ikiwiki-046095552ac231366d71a3c7a84bdc6d46662212.tar.gz |
httpauth: When cgiauthurl is configured, httpauth can now be used alongside other authentication methods (like openid or anonok). Rather than always redirect to the cgiauthurl for authentication, there is now a button on the login form to use it.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/anonok_vs._httpauth.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/anonok_vs._httpauth.mdwn b/doc/bugs/anonok_vs._httpauth.mdwn index b738e3b6c..bff37e18b 100644 --- a/doc/bugs/anonok_vs._httpauth.mdwn +++ b/doc/bugs/anonok_vs._httpauth.mdwn @@ -114,3 +114,5 @@ index 127c321..a18f8ca 100644 >> 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]] + +>>> That's dealt with in final version. [[done]] --[[Joey]] |