aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_user_account_management.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_user_account_management: Apply username normalization laterKim Alvefur2019-11-021-1/+2
| | | | Prevents traceback from nodeprep(nil)
* mod_register: Split into mod_register_ibr and mod_user_account_management (#723)Kim Alvefur2017-10-071-0/+86
- mod_register_ibr handles in-band registration - mod_user_account_management handles password change and user deletion