Page tree
Skip to end of metadata
Go to start of metadata

Requires:

  • phpFox 4.5+

Introduction

There is a discussion of how important of preventing concurrent logins to disallow users from staying logged into the same account from multiple devices. So this application allows admin to limit login to one device at a time for a user. Per configuration, one user won't be allowed to login if same user login from another device. Or they will receive the notification if there is another login from a different device.

Main Feature

  • Admin can control to allow or not allow multiple logins.
  • Admin can control which User Group using this feature.
  • If admin disables multiple logins:
    • When user login on one device/browser, all session of this user on others devices/browsers will be destroyed.
    • If device isn't verified (hasn't logged in before), an email will be sent to user (notice about unknown login)
    • Open popup on unclosed windows to notice about unknown login.
  • If admin enables multiple logins:
    • The user can log in and keep the session on multiple devices/browsers.
    • If the device isn't verified, send an email to the user to notice about unknown login.
    • If the device isn't verified, open popup on unclosed windows to notice about unknown login.
  • After sending email + showing popup, login device will be automatically marked as verified.
  • Users have a page to view login history.

Settings

IdNameDescription
1Multiple Device Login EnabledEnable/disable multiple logins
2Notice Unknown Login Via Email EnabledEnable/disable notice unknown login via email
3Notice Unknown Login Via Popup EnabledEnable/disable notice unknown login via popup

User Group Settings

IdNameDescription
1Can use this app features?Decide the User Group Members can use features of the app.

Screenshots and Detail Descriptions

IdScreenshotDescription
1Settings
2User Group Settings
3Link to access Login History Page
4Login History Page
6

Notice Popup on unclosed windows when multiple logins is enabled

7Notice Popup when user access a page on the in-session device and multiple logins is enabled.
8Notice Popup when multiple logins are disabled.
9Notice Email.
  • No labels