| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_register_ibr: Add event for successful password reset | Matthew Wild | 2020-06-22 | 1 | -0/+1 |
* | mod_register_ibr: Allow registration to reset an existing account password if... | Matthew Wild | 2020-06-18 | 1 | -6/+19 |
* | mod_register_ibr: Fix reporting of registration rejection reason | Kim Alvefur | 2020-04-23 | 1 | -1/+1 |
* | mod_register_ibr: Enforce strict JID validation | Kim Alvefur | 2019-11-01 | 1 | -1/+1 |
* | mod_register_ibr: Allow registartion rejection reason as util.error object | Kim Alvefur | 2019-11-01 | 1 | -2/+9 |
* | mod_register_ibr: Distinguish between failure to create account or save extra... | Kim Alvefur | 2019-09-29 | 1 | -6/+5 |
* | mod_register_ibr: Reminder to maybe use util.error in the future | Kim Alvefur | 2019-09-29 | 1 | -0/+1 |
* | mod_register_ibr, mod_register_limits: Add support for custom error type and ... | Emmanuel Gil Peyrot | 2019-09-29 | 1 | -1/+1 |
* | mod_register_ibr: Add FORM_TYPE as required by XEP-0077. | Emmanuel Gil Peyrot | 2019-09-29 | 1 | -0/+2 |
* | mod_register: Move dependency on mod_register_limits into mod_register_ibr | Kim Alvefur | 2018-11-07 | 1 | -0/+4 |
* | mod_register_ibr: Include password in user-registering event, to allow e.g. p... | Matthew Wild | 2018-10-09 | 1 | -1/+1 |
* | mod_register_ibr: Return a textual error to the user for problems with parsin... | Kim Alvefur | 2018-04-09 | 1 | -1/+3 |
* | mod_register_ibr: Reshape the code using early returns to reduce needless ind... | Kim Alvefur | 2018-04-07 | 1 | -58/+71 |
* | mod_register_ibr: Include reason for rejection of registration in debug log | Kim Alvefur | 2018-03-10 | 1 | -1/+1 |
* | mod_register_ibr: Allow modules that do pre-registration checks to specify a ... | Kim Alvefur | 2017-12-27 | 1 | -1/+1 |
* | mod_register_ibr: Split out throttling and IP limitations into mod_register_l... | Kim Alvefur | 2017-12-09 | 1 | -59/+0 |
* | mod_register: Split into mod_register_ibr and mod_user_account_management (#723) | Kim Alvefur | 2017-10-07 | 1 | -0/+239 |