Changeset 2653116
- Timestamp:
- 01/05/2022 12:53:47 PM (4 years ago)
- Location:
- only-one-device-login-limit
- Files:
-
- 10 added
- 2 edited
-
tags/1.2.2 (added)
-
tags/1.2.2/assets (added)
-
tags/1.2.2/assets/css (added)
-
tags/1.2.2/assets/css/coder-limit-login.css (added)
-
tags/1.2.2/assets/js (added)
-
tags/1.2.2/assets/js/coder-limit-login.js (added)
-
tags/1.2.2/inc (added)
-
tags/1.2.2/inc/coder-admin-menu.php (added)
-
tags/1.2.2/only-one-device-login-limit.php (added)
-
tags/1.2.2/readme.txt (added)
-
trunk/only-one-device-login-limit.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
only-one-device-login-limit/trunk/only-one-device-login-limit.php
r2518787 r2653116 4 4 Plugin URI: https://www.addonspress.com/ 5 5 Description: Limit login to one device at a time for a user 6 Version: 1.2. 16 Version: 1.2.2 7 7 Author: addonspress 8 8 Author URI: https://www.addonspress.com/ … … 35 35 * 36 36 */ 37 private $coder_limit_login_version = '1.2. 1';37 private $coder_limit_login_version = '1.2.2'; 38 38 39 39 /** -
only-one-device-login-limit/trunk/readme.txt
r2518788 r2653116 4 4 Tags: limit login, one device, login, signin, logout, signout, interval, duration, automatic, auto logout, idle time 5 5 Requires at least: 4.9 6 Tested up to: 5. 7.17 Stable tag: 1.2. 16 Tested up to: 5.8.2 7 Stable tag: 1.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 This plugin limit login to one device at a time for a user.16 If same user login from another device, that user won't be allow to login.17 Admin can set up'Already login message' for that user.15 This plugin limits login to one device at a time for a user. 16 If the same user login from another device, that user won't be allowed to log in. 17 Admin can set up an 'Already login message' for that user. 18 18 19 If the user has been inactive for too long, then the user is automatically logged out and that user allow to login again either fromsame device or another device.20 Admin can set up 'Auto Logout Duration' for users.19 If the user has been inactive for too long, then the user is automatically logged out and that user allows to log in again either from the same device or another device. 20 Admin can set up 'Auto Logout Duration' for users. 21 21 22 It tracks the user s activity like user status ( Active/InActive ) and Last active time.23 Admin can view user status from WP Admin > Users > All users. From "User Status" column,user current status can be viewed.22 It tracks the user's activity like user status ( Active/Inactive ) and Last active time. 23 Admin can view user status from WP Admin > Users > All users. From the "User Status" column, the user current status can be viewed. 24 24 25 Admin can set up only one device login limit plugin from WP Admin > Settings > Coder limit login25 Admin can set up only one device login limit plugin from WP Admin > Settings > Coder limit login 26 26 27 Note : This plugin is compatible with most of the membership plugins.27 Note: This plugin is compatible with most of the membership plugins. 28 28 If you find any issues, please use [support forum](https://wordpress.org/support/plugin/only-one-device-login-limit) or visit [Only one device login limit](https://www.addonspress.com/wordpress-plugins/only-one-device-login-limit/) to report. 29 29 … … 32 32 **Method 1: Automatic Plugin Installation** 33 33 34 1. Login to admin panel,Go to Plugins => Add New.34 1. log in to admin panel, Go to Plugins => Add New. 35 35 2. Search for "Only one device login limit" and install it. 36 36 3. Once you install it, activate it … … 40 40 1. Upload the plugin's folder to the `/wp-content/plugins/` directory 41 41 2. Activate the plugin through the 'Plugins' menu in WordPress 42 3. From WP Admin go to Settings > Coder limit login and configure as you want.42 3. From WP-Admin go to Settings > Coder limit login and configure as you want. 43 43 44 44 45 45 == Frequently Asked Questions == 46 46 47 = What if some how I logout from this plugin? =47 = What if somehow I log out from this plugin? = 48 48 49 49 Go to the plugin's folder to the `/wp-content/plugins/` directory and rename "only-one-device-login-limit" folder. 50 After that if you want to activate plugin again, don't forget to rename again to "only-one-device-login-limit"50 After that, if you want to activate the plugin again, don't forget to rename again to "only-one-device-login-limit" 51 51 52 52 Need any help, please use [support forum](https://wordpress.org/support/plugin/only-one-device-login-limit) or visit [Only one device login limit](https://www.addonspress.com/wordpress-plugins/only-one-device-login-limit/) … … 60 60 == Changelog == 61 61 62 = 1.2.2 – 2022-01-05 = 63 64 * Updated: Latest version test 65 62 66 = 1.2.1 – 2021-04-21 = 63 67 64 * Updated : Latest version test68 * Updated: Latest version test 65 69 66 70 = 1.2 – 2020-05-03 = 67 71 68 * Updated : Latest version test69 * Added : Contributor72 * Updated: Latest version test 73 * Added: Contributor 70 74 71 75 = 1.1 = 72 76 73 * Make compatible with "Log Out of All Sessions" button77 * Make compatible with the "Log Out of All Sessions" button 74 78 75 * Check and fix edcompatibility issues with membership plugins79 * Check and fix compatibility issues with membership plugins 76 80 77 81 * Fixed issues
Note: See TracChangeset
for help on using the changeset viewer.