comparison mod_auth_any/README.md @ 5975:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parents mod_auth_any/README.markdown@c393be92a7d4
children
comparison
equal deleted inserted replaced
5974:5a65a632d5b9 5975:fe081789f7b5
1 ---
2 labels:
3 - 'Stage-Merged'
4 - 'Type-Auth'
5 summary: Authentication module that accepts any username and password
6 ...
7
8 Introduction
9 ============
10
11 This module accepts any username and password, which can be useful for
12 testing.
13
14 Configuration
15 =============
16
17 authentication = "any"
18
19 Compatibility
20 =============
21
22 Should work with 0.8 and above.