Mercurial > prosody-modules
view mod_auth_joomla/README.markdown @ 4382:0d6b69777bc1
mod_http_admin_api: port to use new mod_groups_internal module
Matthew Wild contributed much of the code, so I can only take
partial credit.
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Mon, 25 Jan 2021 18:33:49 +0100 |
parents | 4d73a1a6ba68 |
children |
line wrap: on
line source
--- labels: - 'Stage-Alpha' - 'Type-Auth' summary: Joomla authentication module ... Introduction ============ This module allows you to authenticate against an Joomla database. Configuration ============= SQL connection paramaters are identical to those of [SQL storage](https://prosody.im/doc/modules/mod_storage_sql) 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+