وضاحت
This plugin allows administrators to enable or disable other user account’s logins.
When a user is disabled:
* They can not login to the site
* They are immediately logged out of the site
* Any application passwords created with this user will no longer authenticate with the WP REST API
WP-CLI Integration
This plugin integrates with WP-CLI and provides the following two commands:
# Enables the target users
wp user enable <List of User IDs, Logins or Emails> [--all]
# Disables the target users
wp user disable <List of User IDs, Logins or Emails> [--all]
Support
This plugin is developed on the author’s own time so there is no guarantee that reported bugs will be fixed in a timely fashion.
To report a bug please visit the plugin’s GitHub repository.
تصوير
انسٽاليشن
Classic
- Upload the
user-login-disable
dir to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Composer
- Check out the instructions here
FAQ
-
Why does this plugin exist?
-
Very specific audit reasons at a job of mine, and I couldn’t find another plugin that did this w/o a ton of other unneeded functionality.
جائزا
تعاون ڪندڙ & ڊولپرز
“User Login Disable” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.
تعاون ڪندڙترجمو ڪريو “User Login Disable” توهان جي ٻولي ۾.
ڊولپمينٽ ۾ دلچسپي؟
ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.
لاگ تبدیل ڪريو
0.1
- Initial Release