Diff

mod_auth_any/README.md @ 6003: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
parent 3668:c393be92a7d4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_auth_any/README.md	Tue Oct 22 10:26:01 2024 +0200
@@ -0,0 +1,22 @@
+---
+labels:
+- 'Stage-Merged'
+- 'Type-Auth'
+summary: Authentication module that accepts any username and password
+...
+
+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.