Software /
code /
prosody-modules
File
mod_auth_any/README.md @ 6026:37c77676303b
mod_http_upload: Obsolete this module, it is superseded by mod_http_file_share included in Prosody since 0.12
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 27 Oct 2024 13:16:34 +0100 |
parent | 6003:fe081789f7b5 |
line wrap: on
line source
--- 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.