Prevent multiple people using the same login

Hi there,

A quick question. Is it possible to prevent different people to use the same login credentials? Like preventing them sharing login credentials which they all use?

Because with my platform they pay per user and I’d like to prevent companies using one login account for multiple employees!

If I should be using hooks to get this to work, are there any examples for that?

Thanks!

Hi There,

As of now, I do not think there is any support for session tracking and block multiple people using same account. However, it is should be possible in future I believe.

1 Like

This is probably stating the obvious, but keep in that there is nothing you can do to prevent your users from sharing credentials, even with MFA enabled. Even if a feature is added to prevent multiple concurrent sessions, multiple people can still use the same creds in serial. This is a behavioural problem that is solved with contracts.