Title: MASS Users Password Reset
Author: KrishaWeb
Published: <strong>August 28, 2017</strong>
Last modified: May 26, 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.zip)

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

 * [Details](https://wordpress.org/plugins/mass-users-password-reset/#description)
 * [Reviews](https://wordpress.org/plugins/mass-users-password-reset/#reviews)
 *  [Installation](https://wordpress.org/plugins/mass-users-password-reset/#installation)
 * [Development](https://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 trigger a secure password reset for multiple accounts in just a few clicks. 
Once the reset is complete, affected users automatically receive an email with a
secure one-time access link, letting them set a new password and log in safely.

This plugin is especially useful for Learning Management Systems (LMS), Membership
websites, Corporate employee portals, Educational institutions, Community platforms,
Multi-author blogs, and any website with large numbers of registered users.

> **Core Features**
>  * **Bulk Password Reset:** Reset passwords for up to 100 users at once directly
>    from the WordPress dashboard.
>  * **Role-Based User Filtering:** Quickly filter users by role such as Administrators,
>    Customers, Subscribers, Members, and more.
>  * **Custom Role Support:** Fully compatible with custom user roles created by
>    membership, LMS, community, and other WordPress plugins.
>  * **Reset Password from Users Page:** Reset individual users from the WordPress
>    Users page
>  * **Secure Password Reset Links:** Send users secure one-time password reset 
>    links instead of sharing passwords in plain text.
>  * **Automatic Email Notifications:** Automatically notify users by email after
>    the password reset process is completed.
>  * **Test Email Functionality:** Preview and test password reset emails before
>    sending them to actual users.
>  * **User List Overview:** View user details like username, email address, display
>    name, and role before performing reset actions.
>  * **WordPress Multisite Support:** Manage password resets across WordPress Multisite
>    networks from a single dashboard.
>  * **WooCommerce Compatible:** Works seamlessly with WooCommerce customer and 
>    store-related user roles.
>  * **Translation Ready:** Fully translatable and compatible with multilingual 
>    WordPress websites.
> **PRO Features**
>  * **Unlimited Password Resets:** No 100-user cap, reset passwords for thousands
>    of users in a single operation, perfect for large sites, agencies, and membership
>    platforms.
>  * **Bulk Reset from Users Table:** Perform bulk password reset actions directly
>    from the WordPress users listing screen.
>  * **Custom Email Templates:** Customize password reset emails with your own branding,
>    subject lines, placeholders, and messaging.
>  * **Advanced User Filters:** Filter users using advanced conditions, custom fields,
>    user meta, registration details, and more.
>  * **WP-CLI Support:** Manage password reset operations using WP-CLI commands 
>    for automation and server-side workflows.
>  * **Test / Sandbox Mode:** Safely test password reset functionality and email
>    delivery without affecting real users.
>  * **Reset Link Expiration Control:** Configure custom expiration time for password
>    reset links.
>  * **Exclude Active Reset Links:** Prevent sending multiple valid reset links 
>    to the same users.
>  * **Optimized for Large Websites:** Designed to handle large user databases efficiently
>    without performance issues.
>  * **BuddyPress Compatible:** Fully compatible with BuddyPress community websites.
>  * **Dokan Compatible:** Supports Dokan multivendor marketplace user roles and
>    vendors.

#### Get Mass Users Password Reset Pro on Codecanyon:

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

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

Extend the plugin further with our add-ons:

[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 reset schedules, unlimited resets, and role-based scheduling.

[Password Reset Log Add-On](https://store.krishaweb.com/product/password-reset-log/?utm_source=readme&utm_medium=wporg&utm_campaign=MUPR)—
Maintain accurate logs of every password reset performed by MUPR. Available for 
both free and Pro versions.

#### What Our Users Say

> **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/)
> **No Bugs**
>  “Installed, configured, ran reset for 1,500 users, emails delivered,
> done. No bugs, no weird errors, plugin just works. Sometimes that is all you need.”
> ~[@vinswmy007](https://wordpress.org/support/topic/no-bugs-3/)

## Screenshots

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

## Installation

 1. In your WordPress Dashboard go to “Plugins” -> “Add Plugin”.
 2. Search for “Mass Users Password Reset”.
 3. Install the plugin by pressing the “Install” button.
 4. Activate the plugin by pressing the “Activate” button.
 5. You can see the `Mass Users Password Reset` submenu inside the `Users` menu.

## FAQ

### What is the length of the generated password?

The length of the randomly generated password is 8 characters. You can customize
it using the `mupr_password_length` filter. For example, add this to your functions
file:

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

### When is the notification email sent?

When you choose to generate a new password, an email with the new random password
is sent to each selected user immediately after the reset.

### Does the plugin handle email delivery?

No, the plugin uses WordPress’s `wp_mail` function to send emails. If emails are
not being delivered, you can use any SMTP plugin to configure your mail server.

### 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://wordpress.org/plugins/mass-users-password-reset/support@krishaweb.com?output_format=md)

## Reviews

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

### 󠀁[Amazing](https://wordpress.org/support/topic/amazing-4238/)󠁿

 [Pratik Bhatt](https://profiles.wordpress.org/pkbhatt/) May 16, 2026

I have used this plugin in multiple sites and it makes my work much easier for user
management especially if your site is compromised or hacked.

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

### 󠀁[No Bugs](https://wordpress.org/support/topic/no-bugs-3/)󠁿

 [Vinita Swamy](https://profiles.wordpress.org/vinswmy007/) May 14, 2026 2 replies

Installed, configured, ran reset for 1,500 users, emails delivered, done. No bugs,
no weird errors, plugin just works. Sometimes that is all you need.

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

### 󠀁[Lightweight Plugin](https://wordpress.org/support/topic/lightweight-plugin-8/)󠁿

 [Minal Raj Gupta](https://profiles.wordpress.org/minalraj/) May 13, 2026 2 replies

What I appreciate most is how lightweight it feels. Some plugins slow down your 
dashboard or cause conflicts. This one just sits quietly, does its job when you 
need it, and stays out of the way the rest of the time. No bloat, no issues.

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

### 󠀁[Useful Plugin](https://wordpress.org/support/topic/useful-plugin-1139/)󠁿

 [Neha Unadkat](https://profiles.wordpress.org/nehaunadkat/) May 6, 2026 2 replies

I manage a membership site with over 3,000 users and manually resetting passwords
was a nightmare. This plugin fixed that in literally 2 minutes. Reset all subscriber
passwords, sent them emails with the new password, done. No coding, no fuss. Worth
every penny.

![](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 2 replies

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.

 [ Read all 14 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.2.0

 * Email test feature for reset password
 * Password Reset with Default reset link
 * Multisite Support
 * WooCommerce Compatibility

#### 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.2.0**
 *  Last updated **6 days ago**
 *  Active installations **600+**
 *  WordPress version ** 6.3 or higher **
 *  Tested up to **7.0**
 *  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
 * [logs](https://wordpress.org/plugins/tags/logs/)[reset password](https://wordpress.org/plugins/tags/reset-password/)
   [schedule](https://wordpress.org/plugins/tags/schedule/)[secure](https://wordpress.org/plugins/tags/secure/)
   [user role](https://wordpress.org/plugins/tags/user-role/)
 *  [Advanced View](https://wordpress.org/plugins/mass-users-password-reset/advanced/)

## Ratings

 4 out of 5 stars.

 *  [  10 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/)