Re: auth.login problems in Django 1.0

2008-10-09 Thread urukay
site', > ) > > When i was running this project under .96 i never had this issue. > It's as if the auth.login line is somehow failing silently. I've > tested and am absolutely sure that the code does everything it should > but that one auth.login line

Re: auth.login problems in Django 1.0

2008-10-07 Thread Cold
I got exactly the same problem, with the nearly the same code. I used pdb and check that login(request, user) is well called. But in the next view, in my template i do a {% user.is_authenticated %}, and it seams that the user is not logged in. Someone have an idee ? bug or wrong session configurat

auth.login problems in Django 1.0

2008-10-06 Thread Robocop
Having looked through the archived posts, i found a similar problem that had found no solution: http://groups.google.com/group/django-users/browse_thread/thread/bf056018de75c6b5/12723e786ce0fa6e?lnk=gst&q=login#12723e786ce0fa6e It looks like django is not actually logging my user in, or not creat