diff options
author | Kim Alvefur <zash@zash.se> | 2024-10-20 12:11:21 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2024-10-20 12:11:21 +0200 |
commit | a63544d6cf0825f53cf6a7fe5a1ec8c35219641a (patch) | |
tree | 6ac78dccbdce27e61a3666db69d7bab48402a84d /CHANGES | |
parent | bd90f33e28ee6d405f81f62557ad354769d5838b (diff) | |
download | prosody-a63544d6cf0825f53cf6a7fe5a1ec8c35219641a.tar.gz prosody-a63544d6cf0825f53cf6a7fe5a1ec8c35219641a.zip |
mod_invites_adhoc: Add password reset command
To support cases where the admin does not have easy access to the
command line to generate a password reset invite for someone who forgot
their password.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ TRUNK - Support for Type=notify and notify-reload systemd service type added - Support for the roster *group* access_model in mod_pep - Support for systemd socket activation in server_epoll +- mod_invites_adhoc gained a command for creating password resets ## Removed |