mod_register

Enabling this module allows users to register new accounts and change passwords.

Details

mod_register used to implement sevral parts of XEP-0077, including user password change and registration limitations.

It has been split these into 3 modules:

When enabled, mod_register will in turn enable mod_user_account_management and if allow_registration has been set to true, also mod_register_ibr and mod_watchregistrations.

Usage

modules_enabled = {
    -- Other modules
    "register"; -- Enable mod_register
}

Configuration

Option Default Notes
allow_registration false Whether to allow registration of new accounts via Jabber clients

Example

modules_enabled = {
    -- Other modules
    "register"; -- Enable mod_register
}
 
allow_registration = true -- Allow users to register new accounts