mod_auth_any/README.markdown
author Stefan `Sec` Zehl <sec@42.org>
Tue, 08 Oct 2013 16:38:40 +0000
changeset 3029 5b8983e100da
parent 1807 4d73a1a6ba68
child 3672 c393be92a7d4
permissions -rw-r--r--
mod_vcard_command: a simplistic way to get and set vcard data for registered users Use "prosodyctl get user@example.com" to print the XML to stdout, and "prosodyctl set user@example.com /file/name" to set the vcard info from an xml file.

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