Logging with same users on multiple system why?

Hello all
Good evening
When i am login in my system and another user can also login using same username/password why i it so ?? How can we stop dis ? When one user is login with username/password then no other user should be able to do login how can we achieve this .

Thanks
Namit

This is how it works since primal releases. In order to modify that you have to extend the Authenticate engine (modules/Users/authentication/SugarAuthenticate) accordingly.

Regards

… or don’t give the password of each user to more than one person, that is how it is supposed to be…

ok thanks you @andopes .

Ya that’s what i am doing right now thank you @pgr .