Description
This plugin limit login to one device at a time for a user.
If same user login from another device, that user won’t be allow to login.
Admin can setup ‘Already login message’ for that user.
If the user has been inactive for too long, then the user is automatically logged out and that user allow to login again either from same device or another device.
Admin can setup ‘Auto Logout Duration’ for users.
It tracks the users activity like user status ( Active/InActive ) and Last active time.
Admin can view user status from WP Admin > Users > All users. From “User Status” column, user current status can be viewed.
Admin can setup only one device login limit plugin from WP Admin > Settings > Coder limit login
Note : This plugin is compatible with most of the membership plugins.
If you find any issues, please use support forum or visit Only one device login limit to report.
Installation
Method 1: Automatic Plugin Installation
- Login to admin panel,Go to Plugins => Add New.
- Search for “Only one device login limit” and install it.
- Once you install it, activate it
Method 2: Manual Plugin Installation
- Upload the plugin’s folder to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- From WP Admin go to Settings > Coder limit login and configure as you want.
FAQ
- What if some how I logout from this plugin?
-
Go to the plugin’s folder to the
/wp-content/plugins/
directory and rename “only-one-device-login-limit” folder.
After that if you want to activate plugin again, don’t forget to rename again to “only-one-device-login-limit”Need any help, please use support forum or visit Only one device login limit
Reviews
Contributors & Developers
“Only one device login limit” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Only one device login limit” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2 – 2020-05-03
- Updated : Latest version test
- Added : Contributor
1.1
-
Make compatible with “Log Out of All Sessions” button
-
Check and fixed compatibility issues with membership plugins
-
Fixed issues
1.0
- Initial version