Title: MASS Users Password Reset
Author: KrishaWeb
Published: <strong>2017 年 8 月 28 日</strong>
Last modified: 2026 年 3 月 12 日

---

搜尋外掛

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

 由 [KrishaWeb](https://profiles.wordpress.org/krishaweb/) 開發

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

[即時預覽](https://tw.wordpress.org/plugins/mass-users-password-reset/?preview=1)

 * [詳細資料](https://tw.wordpress.org/plugins/mass-users-password-reset/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/mass-users-password-reset/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/mass-users-password-reset/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/mass-users-password-reset/#developers)

 [技術支援](https://wordpress.org/support/plugin/mass-users-password-reset/)

## 外掛說明

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

## 螢幕擷圖

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

## 安裝方式

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.

## 常見問題集

### 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://tw.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.

## 使用者評論

![](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/) 2026 年 2 月 16 日

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/) 2021 年 11 月 2 日

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/) 2021 年 10 月 5 日 1 
則留言

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/) 2021 年 9 月 22 日 2 則留言

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/) 2020 年 6 月 29 日

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/) 2020 年 6 月 29 日

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.

 [ 閱讀全部 10 則使用者評論 ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈MASS Users Password Reset〉的開發相關工作。

參與者

 *   [ 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〉外掛目前已有 10 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/mass-users-password-reset/contributors)
為這個外掛做出的貢獻。

[將〈MASS Users Password Reset〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/mass-users-password-reset)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/mass-users-password-reset/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/mass-users-password-reset/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/mass-users-password-reset/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/mass-users-password-reset/)。

## 變更記錄

#### 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

## 中繼資料

 *  版本 **2.1.1**
 *  最後更新 **1 個月前**
 *  啟用安裝數 **600+**
 *  WordPress 版本需求 ** 5.9 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 8.1 或更新版本 **
 *  語言
 * [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/)、
   及 [Swedish](https://sv.wordpress.org/plugins/mass-users-password-reset/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/mass-users-password-reset)
 * 標籤
 * [email notification](https://tw.wordpress.org/plugins/tags/email-notification/)
   [logs](https://tw.wordpress.org/plugins/tags/logs/)[reset password](https://tw.wordpress.org/plugins/tags/reset-password/)
   [schedule](https://tw.wordpress.org/plugins/tags/schedule/)[user role](https://tw.wordpress.org/plugins/tags/user-role/)
 *  [進階檢視](https://tw.wordpress.org/plugins/mass-users-password-reset/advanced/)

## 評分

 3.6 星，滿分為 5 星

 *  [  6 個 5 星使用者評論     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=4)
 *  [  1 個 3 星使用者評論     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/?filter=2)
 *  [  3 個 1 星使用者評論     ](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)

[查看全部使用者評論](https://wordpress.org/support/plugin/mass-users-password-reset/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/mass-users-password-reset/)