mod_auth_phpbb3

Introduction

This module allows you to authenticate against an PHPBB3 database.

To support the bcrypt password hashing algorithm, install bcrypt from luarocks:

luarocks install bcrypt

Configuration

SQL connection paramaters are identical to those of SQL storage.

authentication = "phpbb3"
sql = { -- See documentation for SQL storage
    driver = "MySQL";
    database = "phpbb3";
    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_phpbb3

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