Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleRequires:
  • 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
1Image AddedSettings
2Image AddedUser Group Settings
3Image AddedLink to access Login History Page
4Image AddedLogin History Page
6Image Added

Notice Popup on unclosed windows when multiple logins is enabled

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