Limit the maximum number of IPs a user can log in.
Features:
Set the maximum number of IPs and the number of days.
See user login logs and whether their login was blocked or not.
Reset a specific user's IP history via the Edit User page.
Enable admin or user email notifications when limit exceeded.
安装:
Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the 'Plugins' screen in WordPress.
Use the Settings->Limit Max IPs Per User screen to configure the plugin.
屏幕截图:
升级注意事项:
1.5
Small bug fix for other plugins to be able to show data in the user table. Thanks @odoremieux!
1.4
Additional bug fix for counting unique IPs on login
1.3
Bug fix for counting unique IPs on login
1.2
New feature: enable admin and user email notifications when limit exceeded.
1.1
Bug fix release
1.0
Initial release
更新日志:
1.5
Small bug fix for other plugins to be able to show data in the user table. Thanks @odoremieux!
1.4
Additional bug fix for counting unique IPs on login
1.3
Bug fix for counting unique IPs on login
1.2
New feature: enable admin or user email notifications when limit exceeded.
1.1
Fixes "Clear User's Recorded IPs" button on latest WordPress versions by replacing the deprecated use of jQuery.live('click', ...) with jQuery.on('click', ...)