mod_auth_joomla

Introduction

This module allows you to authenticate against an Joomla database.

Configuration

SQL connection paramaters are identical to those of SQL storage except for an additional ‘prefix’ parameter that defaults to ‘jos_’._

authentication = "joomla"
sql = { -- See documentation for SQL storage
    driver = "MySQL";
    database = "joomla";
    host = "localhost";
    username = "prosody";
    password = "secretpassword";

    prefix = "jos_";
}

Compatibility

Prosody 0.8+


Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_auth_joomla

For earlier versions see the documentation for installing 3rd party modules