Re: Django authentication, not permit 2 users with the same name to login in same time

2009-12-15 Thread Nicu Marcu
Need to be other solution, like using sessions? 2009/12/15 rebus_ > 2009/12/14 NMarcu : > > Hi all, > > > > How can I do, to not let the same user to be logged from 2 > > different location, in the same time. I want, when a user admin is > > login,

Re: Django authentication, not permit 2 users with the same name to login in same time

2009-12-14 Thread rebus_
2009/12/14 NMarcu : > Hi all, > >   How can I do, to not let the same user to be logged from 2 > different location, in the same time. I want, when a user admin is > login, and another user try to login with the same user admin, to have > a message, you are already login.

Django authentication, not permit 2 users with the same name to login in same time

2009-12-14 Thread NMarcu
Hi all, How can I do, to not let the same user to be logged from 2 different location, in the same time. I want, when a user admin is login, and another user try to login with the same user admin, to have a message, you are already login. How can I do something like this? All the best, Nicu