comparison mod_auth_any/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents mod_auth_any/README.wiki@29f3d6b7ad16
children c393be92a7d4
comparison
equal deleted inserted replaced
1802:0ab737feada6 1803:4d73a1a6ba68
1 ---
2 labels:
3 - 'Type-Auth'
4 summary: Authentication module that accepts any username and password
5 ...
6
7 Introduction
8 ============
9
10 This module accepts any username and password, which can be useful for
11 testing.
12
13 Configuration
14 =============
15
16 authentication = "any"
17
18 Compatibility
19 =============
20
21 Should work with 0.8 and above.