aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/httpauth.mdwn
Commit message (Collapse)AuthorAge
* httpauth: Add httpauth_pagespec setting that can be used to limit pages to ↵Joey Hess2010-02-11
| | | | only being edited via users authed with httpauth.
* httpauth: When cgiauthurl is configured, httpauth can now be used alongside ↵Joey Hess2010-02-11
| | | | 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.
* httpauth: Add cgiauthurl setting that can be used to do http basic auth only ↵Joey Hess2009-11-10
| | | | when ikiwiki needs authentication, rather than for any access to the cgi/wiki.
* httpauth: Document that ikiwiki.cgi has to be in a directory subject to ↵Joey Hess2008-09-30
| | | | authentication. Closes: #500524
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* simplified plugin definitionsjoey2007-02-13
|
* * Make auth methods pluggable.joey2006-11-20
* Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID.