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
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.
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