mod_auth_any/README.markdown
author JC Brand <jc@opkode.com>
Tue, 14 Mar 2017 12:35:56 +0000
changeset 2621 7c3a1688e385
parent 1807 4d73a1a6ba68
child 3672 c393be92a7d4
permissions -rw-r--r--
Purge the roster from RAM when the user logs off. Also.. the `download` flag was being checked for, but never set, causing the roster to be fetched even if it was cached.

---
labels:
- '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.