Mô tả
This plugin gives you the ability to disable specific user accounts via a profile setting.
Once installed and activated, a checkbox appears on the user profile settings (only for admins). When checked, the user’s account will be disabled and they will be unable to login with the account. If they try to login, they are instantly logged out and redirected to the login page with a message that notifies them their account is disabled.
This can be useful in a few situations.
- You want freelance writers to still show up in the authors box, but you don’t want them to be able to login.
- You have former employees who have authored posts and you don’t want to delete them or reassign their posts to other users, but still need them to show up in the “Authors box.”
- You are working on a site for a client who has an account, but do not want him to login and/or make changes during development.
- You have a client who has an unpaid invoice.
This plugin is on GitHub! Pull requests are welcome. If possible please report issues through Github.
Cài đặt
- Upload or extract the
disable-user-login
folder to your site’s/wp-content/plugins/
directory. You can also use the Add new option found in the Plugins menu in WordPress. - Enable the plugin from the Plugins menu in WordPress.
Usage
- Edit any user and then look for the “Disable User Account” checkbox.
- Bulk Disable/Enable user accounts by selecting one or more user accounts and then choosing Enable or Disable from the bulk actions menu.
Hỏi đáp
-
Can I change the message a disabled user sees?
-
Yes, there is a filter in place for that,
disable_user_login.disabled_message
.
Đánh giá
Người đóng góp & Lập trình viên
“Disable User Login” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“Disable User Login” đã được dịch qua 2 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “Disable User Login” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.3.10
- Bump tested WP version.
1.3.9
- Fix bulk action nonce verification.
1.3.8
- Improved user-specific nonce validation.
1.3.7
- Add hooks for multisite.
1.3.6
- Permission fix on quick links.
- Translation updates.
1.3.5
- Fix to disable application passwords (fixes #7).
1.3.4
- Add user enable/disable quick links.
1.3.3
- Bump WP tested version.
1.3.2
- Static method to return user meta key
- Fix some comments
1.3.1
- Update to prevent disabling super admins on bulk disable.
- Update to check user edit permission on bulk disable.
- Updated to prevent current user from disabling his/her own account on bulk disable.
1.3.0
- Force disabled users to logout.
- Tested up to WP 5.7
1.2.1
- Tested up to WP 5.6
1.2.0
- Add action hooks when user accounts are enabled/disabled and when disabled user attempts to login.
1.1.0
- Switch to
authenticate
filter for user login. - Multisite support.
1.0.1
- Version bump.
1.0.0
- Initial version.