MASS Users Password Reset

説明

MASS Users Password Reset は、全ユーザーのパスワードをリセットできるようにする WordPress プラグインです。権限グループに応じてユーザーをグループ化し、そのグループのパスワードをリセットできます。また、ランダムに生成された新規パスワードについての通知メールをユーザーに送信します。

DOCUMENTATION

Features
• Easy installation
• Role wise bifurcation of users
• Sends Notifications to selected role users
• Multilingual Translation Enabled
• Free support
• You can update upto 100 passwords

Awesome plugin
“it’s very useful and great plugin to reset all the users password.” ~@ashkanram

Get Schedule Password Reset Add On
• Pre-defined password reset schedule
• Unlimited password reset
• Role based schedule option

Get Password Reset Log Add On
• Maintain the password reset log reset by MUPR plugin
• Accurate user password reset log
• Available for MUPR and MUPR Pro

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

Mass Users Password Reset Pro の高度な機能をご覧ください:

• ユーザーページでの個別ユーザーのパスワードリセットオプション。
• ユーザーページで選択した複数のユーザーのパスワードをリセットする一括操作。
• カスタマイズ済みのパスワードリセットメールテンプレート。
• ユーザー権限グループフィルターとは別に、選択したカスタムフィールドフィルターを使ってユーザーをフィルターできます。
• プレーンテキストでのパスワード提供の代わりにパスワードのリセットリンクをユーザーに送信するオプション。
• システム内に非常に多数のユーザーがいる場合でも互換性があります。
• パスワードを無制限に更新できます。

Very nice
“This is for the Pro version, which is a very nice plugin!” ~@kostas45

Mass Users Password Reset Pro をダウンロード

スクリーンショット

  • ユーザーと設定一覧を表示しています。
  • パスワード再設定のメール形式を表示しています

インストール

このセクションでは、プラグインをインストールして機能させる方法について説明します。

例:

  1. WordPress 経由でプラグインをインストールするか、/wp-content/ lugins/ にダウンロードしたファイルをアップロードしてください
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください。
  3. You can see the Mass Users Password Reset submenu inside the Users menu.

FAQ

生成されるパスワードの長さはどれくらいですか。

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;
}

通知メールはいつ送られますか。

ユーザーが新しいパスワードの生成を選択すると、新規ランダムパスワードを含むメールをユーザーに送信します。

このプラグインを改善するためのアイディアがあります。

ありがとうございます。support@krishaweb.com へ、ぜひご連絡ください。

An email is handeled by the plugin?

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

評価

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.
2021年9月22日 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
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.
2020年3月31日
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. Thanks, developer.
10件のレビューをすべて表示

貢献者と開発者

MASS Users Password Reset はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“MASS Users Password Reset” は9ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“MASS Users Password Reset” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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

  • ユーザー一覧に管理者権限グループを追加

1.1

  • 翻訳に対応