説明
MASS Users Password Reset は、全ユーザーのパスワードをリセットできるようにする WordPress プラグインです。権限グループに応じてユーザーをグループ化し、そのグループのパスワードをリセットできます。また、ランダムに生成された新規パスワードについての通知メールをユーザーに送信します。
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
スクリーンショット
インストール
このセクションでは、プラグインをインストールして機能させる方法について説明します。
例:
- WordPress 経由でプラグインをインストールするか、/wp-content/ lugins/ にダウンロードしたファイルをアップロードしてください
- WordPress の「プラグイン」メニューからプラグインを有効化してください。
- You can see the
Mass Users Password Reset
submenu inside theUsers
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 fileadd_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.
評価
貢献者と開発者
MASS Users Password Reset はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者変更履歴
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
- 翻訳に対応