summaryrefslogtreecommitdiff
path: root/doc/plugins/httpauth.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-30 21:03:51 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-30 21:03:51 -0400
commit0651e86a4c3e6f038b1362e33ea08235f046c102 (patch)
treeab55ba3ff395303351cbdd41e86945b65833e0bc /doc/plugins/httpauth.mdwn
parentb5bc0e812d7bc5b69826039131b74071d23337c1 (diff)
httpauth: Document that ikiwiki.cgi has to be in a directory subject to authentication. Closes: #500524
Diffstat (limited to 'doc/plugins/httpauth.mdwn')
-rw-r--r--doc/plugins/httpauth.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/httpauth.mdwn b/doc/plugins/httpauth.mdwn
index fbf366291..11ed223e7 100644
--- a/doc/plugins/httpauth.mdwn
+++ b/doc/plugins/httpauth.mdwn
@@ -3,7 +3,7 @@
This plugin allows HTTP basic authentication to be used to log into the
wiki. To use the plugin, your web server should be set up to perform HTTP
-basic authentiation. The authenticated user will be automatically signed
-into the wiki.
+basic authentiation for at least the directory containing `ikiwiki.cgi`.
+The authenticated user will be automatically signed into the wiki.
This plugin is included in ikiwiki, but is not enabled by default.