Single device sign in

Hello

One new requirement is needed. User should be able to login only in one device. i.e. if user is already logged in on one Computer, then with same credentials no one can login on another device. Is it possible to implement this?

You can keep simultaneous sessions as 1 on a user basis:

Secondly, under system settings there’s a check too:

These will allow user to login through only one device at a time.

Docs:

  1. Adding Users

  2. System Settings

2 Likes

I think second option works. It does not give any message, but logs out at previous device.

1 Like