disable multiple login of same username

zeeshan5 years ago

hi,

Same user can login on different machine at the same time, is there option in traccar to restrict it, we do not want user to login from different machine at the same time

Ernesto Vallejo5 years ago

In web app, on login, create an attribute for loggedIn. set it to true. Again, in webapp, on login, add validation to this attribute. Fair easy.