Commit graph

6 commits

Author SHA1 Message Date
Matthew Wild
39d85bbc31 mod_user_account_management: Clear pending deletion if account re-enabled 2023-12-07 12:08:01 +00:00
Matthew Wild
227b0c9733 mod_user_account_management: Fire events with a fake (not destroyed) session
Previously these events fired after the session had been destroyed, which
removes many of the useful properties. The ones I chose to preserve here are
the ones used by the community module mod_audit, which seems like a good
baseline.
2023-11-30 17:46:18 +00:00
Matthew Wild
7adda6e938 mod_user_account_management: Add support for soft-deletion of accounts via IBR
When registration_delete_grace_period is set, accounts will be disabled for
the specified grace period before they are fully deleted.

During the grace period, accounts can be restored with the user:restore()
shell command.

The primary purpose is to prevent accidental or malicious deletion of a user's
account, which is traditionally very easy for any XMPP client to do with a
single stanza.
2023-11-30 13:48:43 +00:00
Kim Alvefur
98922d54b1 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
Kim Alvefur
1783288951 mod_user_account_management: Apply username normalization later
Prevents traceback from nodeprep(nil)
2019-11-02 15:43:56 +01:00
Kim Alvefur
d00ffdb249 mod_register: Split into mod_register_ibr and mod_user_account_management (#723)
- mod_register_ibr handles in-band registration
- mod_user_account_management handles password change and user deletion
2017-10-07 22:00:50 +02:00