mod_auth_wordpress

Introduction

This module allows you to authenticate against an Wordpress database.

Configuration

SQL connection paramaters are identical to those of SQL storage.

authentication = "wordpress"
wordpress_table_prefix = "wp_" -- default table prefix
sql = { -- See documentation for SQL storage
    driver = "MySQL";
    database = "my_wordpress";
    host = "localhost";
    username = "prosody";
    password = "secretpassword";
}

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_wordpress

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