diff mod_auth_any.wiki @ 463:8331536b2615

added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
author Kim Alvefur <zash@zash.se>
date Sun, 22 Jun 2014 15:52:39 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_auth_any.wiki	Sun Jun 22 15:52:39 2014 +0200
@@ -0,0 +1,16 @@
+#summary Authentication module that accepts any username and password
+#labels Type-Auth
+
+= Introduction =
+
+This module accepts any username and password, which can be useful for testing.
+
+= Configuration =
+
+{{{
+authentication = "any"
+}}}
+
+= Compatibility =
+
+Should work with 0.8 and above.