Comparison

mod_auth_any/README.md @ 6209:d611ed13df7e draft

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:16:25 +0700 (11 days ago)
parent 3668:mod_auth_any/README.markdown@c393be92a7d4
comparison
equal deleted inserted replaced
6208:e20901443eae 6209:d611ed13df7e
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.