This plugin is an extension to the
Slack plugin; it allows you to send notifications to Slack channels whenever a user loses and resets their password.
The new event will be shown in the integration settings labeled
When a user loses and resets their password. If checked, then a notification will be delivered whenever a user loses and resets their password.
When this plugin is active, the email notifications to the site administrator will be disabled.
You can alter the message with
slack_user_password_reset_message
filter. The filter receives the following parameters in this order:
$user
: the user object
$new_pass
: the new password string
Development of this plugin is done on GitHub. Pull requests are always welcome.