説明
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
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
Mass Users Password Reset Pro の高度な機能をご覧ください:
• Individual user’s password reset option in users page.
• Bulk action of Reset password for multiple selected users in users page.
• Customized password reset mail template.
• Apart from user role filter, you can filter users by using custom field filters of your choice.
• The option of sending Reset Password Link to users instead of plain text password.
• Compatible with very large number of users in the system.
• You can update upto unlimited passwords.
インストール
このセクションでは、プラグインをインストールして機能させる方法について説明します。
例:
- WordPress 経由でプラグインをインストールするか、/wp-content/ lugins/ にダウンロードしたファイルをアップロードしてください
- Activate the plugin through the
Plugins
menu in 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 へ、ぜひご連絡ください。
評価
貢献者と開発者
MASS Users Password Reset はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者変更履歴
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
- 翻訳に対応