blogspam: Fix use of blogspam_options and blogspam_server config settings.
[ikiwiki] / doc / plugins / httpauth.mdwn
1 [[!template id=plugin name=httpauth author="Alec Berryman"]]
2 [[!tag type/auth]]
3
4 This plugin allows HTTP basic authentication to be used to log into the
5 wiki. To use the plugin, your web server should be set up to perform HTTP
6 basic authentiation for at least the directory containing `ikiwiki.cgi`. 
7 The authenticated user will be automatically signed into the wiki.
8
9 This plugin is included in ikiwiki, but is not enabled by default.