Concurrent logins

alt=
DannyA
@dannya
10 years ago
584 posts
Is there any way to limit the number of concurrent logins a user can have. e.g. no more than 5 devices at a time? The goal being to avoid people sharing user accounts
updated by @dannya: 10/16/15 11:33:33PM
michael
@michael
10 years ago
7,822 posts
There is nothing in the system currently that sets that as an option.

Perhaps listen for the user login event and then check the whos online calculation and reject the login if it exceeds your admin set limit.

Should be a quick module to build.

Tags