Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | httpauth: Recommend if_not_empty parameter for REMOTE_USER | Simon McVittie | 2017-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 ngnx | https://www.google.com/accounts/o8/id?id=AItOawlTS8BlL-OtDvQwLk1ohkRAmfCb_U5yOvQ | 2015-03-03 |
| | |||
* | clarify that this uses REMOTE_USER CGI | Joey Hess | 2012-08-07 |
| | |||
* | httpauth: Add httpauth_pagespec setting that can be used to limit pages to ↵ | Joey Hess | 2010-02-11 |
| | | | | only being edited via users authed with httpauth. | ||
* | httpauth: When cgiauthurl is configured, httpauth can now be used alongside ↵ | Joey Hess | 2010-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 Hess | 2009-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 Hess | 2008-09-30 |
| | | | | authentication. Closes: #500524 | ||
* | Migrate doc/plugins via prefix_directives | Simon McVittie | 2008-07-21 |
| | | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | ||
* | simplified plugin definitions | joey | 2007-02-13 |
| | |||
* | * Make auth methods pluggable. | joey | 2006-11-20 |
* Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID. |