aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_register_ibr.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_register_ibr: Add FORM_TYPE as required by XEP-0077 (fixes #1511)Emmanuel Gil Peyrot2019-09-291-0/+2
| | | | Backport of f90abf142d53 from trunk
* mod_register: Move dependency on mod_register_limits into mod_register_ibrKim Alvefur2018-11-071-0/+4
|
* mod_register_ibr: Include password in user-registering event, to allow e.g. ↵Matthew Wild2018-10-091-1/+1
| | | | password policy enforcement
* mod_register_ibr: Return a textual error to the user for problems with ↵Kim Alvefur2018-04-091-1/+3
| | | | parsing form data
* mod_register_ibr: Reshape the code using early returns to reduce needless ↵Kim Alvefur2018-04-071-58/+71
| | | | indentation
* mod_register_ibr: Include reason for rejection of registration in debug logKim Alvefur2018-03-101-1/+1
|
* mod_register_ibr: Allow modules that do pre-registration checks to specify a ↵Kim Alvefur2017-12-271-1/+1
| | | | | | reason for rejection The current hardcoded text may not always be accurate
* mod_register_ibr: Split out throttling and IP limitations into ↵Kim Alvefur2017-12-091-59/+0
| | | | mod_register_limits (#723)
* mod_register: Split into mod_register_ibr and mod_user_account_management (#723)Kim Alvefur2017-10-071-0/+239
- mod_register_ibr handles in-band registration - mod_user_account_management handles password change and user deletion