aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/httpauth.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-20 01:52:18 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-20 01:52:18 +0000
commit54cf5a62cab254e923c8d73ae8bd043a1f33c3b1 (patch)
treebc30fa8f0ec7070eadb5dace8e9743272f742ba2 /doc/plugins/httpauth.mdwn
parentad01bcd8b49deed11f602c43d1da8235280d5d6b (diff)
downloadikiwiki-54cf5a62cab254e923c8d73ae8bd043a1f33c3b1.tar
ikiwiki-54cf5a62cab254e923c8d73ae8bd043a1f33c3b1.tar.gz
* Make auth methods pluggable.
* Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID.
Diffstat (limited to 'doc/plugins/httpauth.mdwn')
-rw-r--r--doc/plugins/httpauth.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/plugins/httpauth.mdwn b/doc/plugins/httpauth.mdwn
new file mode 100644
index 000000000..98233570c
--- /dev/null
+++ b/doc/plugins/httpauth.mdwn
@@ -0,0 +1,9 @@
+[[template id=plugin name=httpauth included=1 author="Alec Berryman"]]
+[[tag type/auth]]
+
+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.
+
+This plugin is included in ikiwiki, but is not enabled by default.