aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/httpauth.mdwn
Commit message (Collapse)AuthorAge
* httpauth: Recommend if_not_empty parameter for REMOTE_USERSimon McVittie2017-05-14
| | | | | This is untested, but should hopefully avoid the failure mode described in [[bugs/Anon_edit_caused_lock_out_on_entire_site_]].
* Added information about how to use httpauth with ngnxhttps://www.google.com/accounts/o8/id?id=AItOawlTS8BlL-OtDvQwLk1ohkRAmfCb_U5yOvQ2015-03-03
|
* clarify that this uses REMOTE_USER CGIJoey Hess2012-08-07
|
* 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.