Title: MASS Users Password Reset
Author: KrishaWeb
Published: <strong>28 Agosto 2017</strong>
Last modified: 26 Maggio 2026

---

Ricerca i plugin

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

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

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

[Anteprima in tempo reale](https://it.wordpress.org/plugins/mass-users-password-reset/?preview=1)

 * [Dettagli](https://it.wordpress.org/plugins/mass-users-password-reset/#description)
 * [Recensioni](https://it.wordpress.org/plugins/mass-users-password-reset/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/mass-users-password-reset/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/mass-users-password-reset/#developers)

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

## Descrizione

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/)

## Screenshot

 * [[
 * Mostra la lista degli utenti e le opzioni.
 * [[
 * It shows reset password email format.

## Installazione

 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.

### Ho un’idea per un ottimo modo per migliorare questo plugin.

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

## Recensioni

![](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/) 16 Maggio 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/) 14 Maggio 2026 2 risposte

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/) 13 Maggio 2026 2 risposte

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/) 6 Maggio 2026 2 risposte

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/) 16 Febbraio 2026 2 risposte

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/) 2 Novembre 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.

 [ Leggi tutte le recensioni di 14 ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/)

## Contributi e sviluppo

“MASS Users Password Reset” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ 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” è stato tradotto in 10 lingue. Grazie a [chi traduce](https://translate.wordpress.org/projects/wp-plugins/mass-users-password-reset/contributors)
per il contributo.

[Traduci “MASS Users Password Reset” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/mass-users-password-reset)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/mass-users-password-reset/)
segui il [repository SVN](https://plugins.svn.wordpress.org/mass-users-password-reset/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/mass-users-password-reset/)
tramite [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

 *  Versione **2.2.0**
 *  Ultimo aggiornamento **1 settimana fa**
 *  Installazioni attive **600+**
 *  Versione WordPress ** 6.3 o superiore **
 *  Testato fino alla versione **7.0**
 *  Versione PHP ** 8.1 o superiore **
 *  Lingue
 * [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/),
   e [Swedish](https://sv.wordpress.org/plugins/mass-users-password-reset/).
 *  [Traduci nella tua lingua](https://translate.wordpress.org/projects/wp-plugins/mass-users-password-reset)
 * Tag
 * [logs](https://it.wordpress.org/plugins/tags/logs/)[reset password](https://it.wordpress.org/plugins/tags/reset-password/)
   [schedule](https://it.wordpress.org/plugins/tags/schedule/)[secure](https://it.wordpress.org/plugins/tags/secure/)
   [user role](https://it.wordpress.org/plugins/tags/user-role/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/mass-users-password-reset/advanced/)

## Valutazioni

 4 su 5 stelle.

 *  [  10 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=4)
 *  [  1 3- recensioni a stelle     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=2)
 *  [  3 recensioni a 1-stelle     ](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)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/mass-users-password-reset/)