mod_auth_any/README.markdown
author Matthew Wild <mwild1@gmail.com>
Sun, 22 Aug 2021 10:46:31 +0100
changeset 4654 44af84178cea
parent 3672 c393be92a7d4
permissions -rw-r--r--
mod_cloud_notify_encrypted: For encrypted messages, push a friendly message instead of fallback body A fix for https://github.com/snikket-im/snikket-server/issues/18

---
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.