Description
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.
Screenshots
Installation
- You need to install and activate Slack plugins first.
- Then upload User Password Reset Notifications for Slack plugin to your blog’s
wp-content/plugins/
directory and activate. - You will see the new event type labeled When a user loses and resets their password in integration setting. If checked, then a notification will be delivered when a user loses and resets their password.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“User Password Reset Notifications for Slack” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “User Password Reset Notifications for Slack” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.0
Initial release