This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

User Password Reset Notifications for Slack

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

  • Event option in integration settings
  • Your channel being notified when a user’s password is reset

Installation

  1. You need to install and activate Slack plugins first.
  2. Then upload User Password Reset Notifications for Slack plugin to your blog’s wp-content/plugins/ directory and activate.
  3. 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.

Contributors

Changelog

0.1.0

Initial release