Title: MASS Users Password Reset
Author: KrishaWeb
Published: <strong>August 28, 2017</strong>
Last modified: March 12, 2026

---

Search plugins

![](https://ps.w.org/mass-users-password-reset/assets/banner-772x250.png?rev=1760012)

![](https://ps.w.org/mass-users-password-reset/assets/icon-256x256.png?rev=1721166)

# MASS Users Password Reset

 By [KrishaWeb](https://profiles.wordpress.org/krishaweb/)

[Download](https://downloads.wordpress.org/plugin/mass-users-password-reset.2.1.1.zip)

[Live Preview](https://wol.wordpress.org/plugins/mass-users-password-reset/?preview=1)

 * [Details](https://wol.wordpress.org/plugins/mass-users-password-reset/#description)
 * [Reviews](https://wol.wordpress.org/plugins/mass-users-password-reset/#reviews)
 *  [Installation](https://wol.wordpress.org/plugins/mass-users-password-reset/#installation)
 * [Development](https://wol.wordpress.org/plugins/mass-users-password-reset/#developers)

 [Support](https://wordpress.org/support/plugin/mass-users-password-reset/)

## Description

Managing passwords for hundreds or thousands of WordPress users can quickly become
a time-consuming and frustrating task. Resetting passwords manually for each user
is inefficient and increases administrative overhead.

**Mass Users Password Reset** solves this problem by allowing administrators to 
reset passwords for multiple users at once directly from the WordPress dashboard.

With a simple interface, administrators can filter users by role, review user details,
and generate new secure passwords for multiple accounts in just a few clicks.

Once the reset process is complete, affected users automatically receive an email
containing their new password so they can log in immediately.

This plugin is especially useful for Learning Management Systems (LMS), Membership
websites, Corporate employee portals, Educational institutions, Community platforms,
Multi-author blogs, Websites with large numbers of registered users. Whenever you
need to enforce password changes across many users, this plugin helps you do it 
quickly and securely.

### Features

 * Bulk Password Reset: Reset passwords for multiple users at once instead of manually
   updating each account.
 * Role-Based User Filtering: Filter users by role to target specific groups for
   password resets.
 * Support for Custom User Roles: Works with custom roles created by membership 
   plugins, LMS systems, or other user management tools.
 * Secure Auto-Generated Passwords: Automatically generates secure random passwords
   for selected users.
 * Email Notification to Users: Users receive an email notification containing their
   newly generated password after the reset process is completed.
 * User List Overview: View user details such as username, name, and email address
   before performing password reset operations.
 * Simple Admin Interface: Easy-to-use interface integrated directly within the 
   WordPress admin dashboard.
 * Multilingual Support: Fully translatable with support for multiple languages.
 * WooCommerce Compatible: Works with WooCommerce user roles.
 * Free Support: Get help with any issues or questions you may have.

### Free Version Limitations

The free version includes core functionality but has some limitations designed for
smaller websites.

 * Maximum 100 users per reset operation
 * New secure passwords are sent via email
 * Secure reset link / OTP reset not available
 * WP-CLI support not available
 * Sandbox / test mode not available
 * Email template customization not available
 * Multisite support not available
 * Limited advanced filtering options
 * WooCommerce compatible custom roles not supported

### Pro Features

 * Unlimited Password Resets: Reset passwords for unlimited users in a single operation.
 * Secure Password Reset Links: Send secure password reset links instead of plain
   passwords in emails.
 * Reset Password from Users Page: Reset passwords for individual users directly
   from the WordPress Users page.
 * Bulk Reset from Users Table: Perform bulk password resets directly from the users
   table.
 * Custom Email Templates: Customize the email notifications sent to users after
   password resets.
 * Advanced User Filtering: Filter users using additional parameters such as metadata
   or custom fields.
 * WP-CLI Support: Run password reset operations using WP-CLI, ideal for automation
   and server-level operations.
 * Test / Sandbox Mode: Test the reset process before executing it on live users.
 * Optimized for Large Websites: Improved performance when handling thousands of
   users.
 * WooCommerce Compatible Custom Roles: Works with WooCommerce custom roles.

[Documentation](https://store.krishaweb.com/docs/mass-users-password-reset/?utm_source=readme&utm_medium=wporg&utm_campaign=MUPR)

[Download the Mass Users Password Reset Pro](https://codecanyon.net/item/mass-users-password-reset-pro/20809350)

### Free vs Pro: What You Gain with the Upgrade

While the Free version gives you the basics auto-password generation Pro unlocks
essential tools if you run heavy sites or care about customized workflows. Pro adds
email template editing, advanced user filters, reset-link expiration, test/sandbox
modes, and the ability to exclude users already having valid reset links. If you
manage a WooCommerce store, BuddyPress community, Dokan marketplace, or large multisite
network, Pro pays for itself in time savings, peace of mind, and fewer support headaches.

[Get Schedule Password Reset Add On](https://store.krishaweb.com/schedule-password-reset-mupr-add-on/?utm_source=readme&utm_medium=wporg&utm_campaign=MUPR)

 * Pre-defined password reset schedule
 * Unlimited password reset
 * Role based schedule option

[Get Password Reset Log Add On](https://store.krishaweb.com/product/password-reset-log/?utm_source=readme&utm_medium=wporg&utm_campaign=MUPR)

 * Maintain the password reset log reset by MUPR plugin
 * Accurate user password reset log
 * Available for MUPR and MUPR Pro

### Our Customer Says:

> **Awesome plugin**
>  “it’s very useful and great plugin to reset all the users 
> password.” ~[@ashkanram](https://wordpress.org/support/topic/awesome-plugin-3939/)
> **Does a really good job**
>  “Seems to do a really good job of sending out password
> resets for multiple users. The pro version is definitely worth paying for the 
> extra features.” ~[@lightwavin](https://wordpress.org/support/topic/does-a-really-good-job-2/)

> **Very nice**
>  “This is for the Pro version, which is a very nice plugin!” ~[@kostas45](https://wordpress.org/support/topic/very-nice-1679/)

## Screenshots

 * [[
 * It shows the list of users and options.
 * [[
 * It shows reset password email format

## Installation

This section describes how to install the plugin and get it working.

 1. Install the plugin via WordPress Dashboard or download and upload the plugin to
    the /wp-content/plugins/
 2. Activate the plugin through the `Plugins` menu in WordPress Admin Dashboard.
 3. You can see the `Mass Users Password Reset` submenu inside the `Users` menu.

## FAQ

### What is the length of generated password?

The length of randomly generated password is 8 characters, but by applying filter`
mupr_password_length` you can customize it. For Example: Write this code in function
file

    ```
    add_filter( 'mupr_password_length', 'callback_function' );
    function callback_function() {
        return 6;
    }
    ```

### When notification mail will be send?

When user will choose to generate new password, an email with the new random password
will be sent to users.

### I have an idea for a great way to improve this plugin.

Great! I’d love to hear from you at [support@krishaweb.com](https://wol.wordpress.org/plugins/mass-users-password-reset/support@krishaweb.com?output_format=md)

### An email is handeled by the plugin?

No, the plugin uses wp_mail function to send an email. If the email is not sent 
from your site, you can use any SMTP plugin.

## Reviews

![](https://secure.gravatar.com/avatar/05ec4ff4e945b591b8bf91d4845a93d46762fe091dde73ceb407024cc25337d7?
s=60&d=retro&r=g)

### 󠀁[Inutile](https://wordpress.org/support/topic/inutile-4/)󠁿

 [gioghersi](https://profiles.wordpress.org/gioghersi/) February 16, 2026

Totalmente inutile, dice di effettuare il reset per ruolo. Ma con quale nuova password?…
Disinstallato subito.

![](https://secure.gravatar.com/avatar/9fdc3a6381194f93141c7a31bc4f4e2e1cce3bf54f3fd6fc095db532596cd630?
s=60&d=retro&r=g)

### 󠀁[DANGEROUS Junk Garbage and Misleading](https://wordpress.org/support/topic/dangerous-junk-garbage-and-misleading/)󠁿

 [Duke Snoogens](https://profiles.wordpress.org/mikeloucas/) November 2, 2021

DANGEROUS Junk Garbage and Misleading! The TEST mode is actually a LIVE function
and upon “TESTING”, I sabotaged 4 Admins and potentially my 6000 users! Support 
is available but pointless. They don’t reply clearly or coherently. The Documentation
is vague, and has little effort in details. Its very Mickey Mouse. (light and fluffy)
I followed the illusive instructions to commence a TEST, and I locked out four Admins
from using the site. I have over 6000 users, and I’m waiting for the fire to rain
down on me. Hopefully it only affected the Admins. This is a DANGEROUS and Misleading
Plug-in, I don’t recommend, unless you don’t need to TEST anything. P.S. this is
the only plugin Iv test, so I can’t speak for the rest of their work. UPDATE! More
Problems with this tool. The email template is randomly resetting my layout. I have
to make my email template in another software and save the code locally, so I can
past it back into the editor. So aggravating using this tool.

![](https://secure.gravatar.com/avatar/91d1722f763d9441d7ef00d6d8db8295a57e9b38712c59a960ed8ef5ec545220?
s=60&d=retro&r=g)

### 󠀁[Easy to use](https://wordpress.org/support/topic/easy-to-use-4030/)󠁿

 [Dilip Bheda](https://profiles.wordpress.org/dilipbheda/) October 5, 2021 1 reply

It’s a really good plugin to reset the user’s password.

![](https://secure.gravatar.com/avatar/62ee0654650df3d9ab66842ffa303ae4215fc746d370e4c24b37e3ce8f120185?
s=60&d=retro&r=g)

### 󠀁[Very nice](https://wordpress.org/support/topic/very-nice-1679/)󠁿

 [kostas45](https://profiles.wordpress.org/kostas45/) September 22, 2021 2 replies

This is for the Pro version, which is a very nice plugin! A little improvement: 
when “Reset Password” button is pressed, the message for anything that may went 
wrong is displayed on top of page, so is not visible to the user. Moreover, it disappears
after a few seconds, so the user has to quickly scroll to top of page! Also there
is no message for success, or I was not fast enough to scroll to page top… Maybe
the message should appear below “Reset Password” button, or the page should scroll
to page top automatically. Nevertheless, this is a five star review from me. Thank
you, Kostas

![](https://secure.gravatar.com/avatar/242abdd520f3ff326e77bde2d18283ad53b0d0e79a364dc1259200126915f542?
s=60&d=retro&r=g)

### 󠀁[Perfect!!!](https://wordpress.org/support/topic/perfect-7407/)󠁿

 [richa216](https://profiles.wordpress.org/richa216/) June 29, 2020

Excellent

![](https://secure.gravatar.com/avatar/bff60d68b41060a010c928b1960bda7043aec6e049e192b76a74c99d1031a85a?
s=60&d=retro&r=g)

### 󠀁[I’m use this security purpose](https://wordpress.org/support/topic/im-use-this-security-purpose/)󠁿

 [Praful Patel](https://profiles.wordpress.org/praful2111/) June 29, 2020

Really such a great plugin for password reset. also i’m use this plugin as a security
purpose, I’m use the schedule password reset option to secure my store user details.
Thank you.

 [ Read all 10 reviews ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/)

## Contributors & Developers

“MASS Users Password Reset” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ KrishaWeb ](https://profiles.wordpress.org/krishaweb/)
 *   [ Manisha Makhija ](https://profiles.wordpress.org/manishamakhija/)
 *   [ Vijay Baria ](https://profiles.wordpress.org/vijaybaria/)
 *   [ Dhruvang21 ](https://profiles.wordpress.org/dhruvang21/)

“MASS Users Password Reset” has been translated into 10 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/mass-users-password-reset/contributors)
for their contributions.

[Translate “MASS Users Password Reset” into your language.](https://translate.wordpress.org/projects/wp-plugins/mass-users-password-reset)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/mass-users-password-reset/),
check out the [SVN repository](https://plugins.svn.wordpress.org/mass-users-password-reset/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/mass-users-password-reset/)
by [RSS](https://plugins.trac.wordpress.org/log/mass-users-password-reset/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1

 * Compatibility with MUPR Addons

#### 2.0

 * Compatibility with latest version and minor bug fixes

#### 1.9

 * Compatibility with latest version

#### 1.8

 * Added mupr add-on link

#### 1.7

 * Added help link

#### 1.6

 * UI improve

#### 1.5

 * Modified hooks

#### 1.4

 * Added hooks for developer

#### 1.3

 * UI update

#### 1.2

 * Include Administrator role in users list

#### 1.1

 * Made Translation ready

## Meta

 *  Version **2.1.1**
 *  Last updated **1 month ago**
 *  Active installations **600+**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 8.1 or higher **
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/mass-users-password-reset/), [English (US)](https://wordpress.org/plugins/mass-users-password-reset/),
   [French (France)](https://fr.wordpress.org/plugins/mass-users-password-reset/),
   [Italian](https://it.wordpress.org/plugins/mass-users-password-reset/), [Japanese](https://ja.wordpress.org/plugins/mass-users-password-reset/),
   [Russian](https://ru.wordpress.org/plugins/mass-users-password-reset/), [Spanish (Chile)](https://cl.wordpress.org/plugins/mass-users-password-reset/),
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/mass-users-password-reset/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/mass-users-password-reset/),
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/mass-users-password-reset/),
   and [Swedish](https://sv.wordpress.org/plugins/mass-users-password-reset/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/mass-users-password-reset)
 * Tags
 * [email notification](https://wol.wordpress.org/plugins/tags/email-notification/)
   [logs](https://wol.wordpress.org/plugins/tags/logs/)[reset password](https://wol.wordpress.org/plugins/tags/reset-password/)
   [schedule](https://wol.wordpress.org/plugins/tags/schedule/)[user role](https://wol.wordpress.org/plugins/tags/user-role/)
 *  [Advanced View](https://wol.wordpress.org/plugins/mass-users-password-reset/advanced/)

## Ratings

 3.6 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=2)
 *  [  3 1-star reviews     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/)

## Contributors

 *   [ KrishaWeb ](https://profiles.wordpress.org/krishaweb/)
 *   [ Manisha Makhija ](https://profiles.wordpress.org/manishamakhija/)
 *   [ Vijay Baria ](https://profiles.wordpress.org/vijaybaria/)
 *   [ Dhruvang21 ](https://profiles.wordpress.org/dhruvang21/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/mass-users-password-reset/)