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.
This commit is contained in:
Kim Alvefur 2024-10-20 12:11:21 +02:00
parent bd90f33e28
commit a63544d6cf
2 changed files with 31 additions and 0 deletions

View file

@ -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