Re: auth issue on Windows

2010-03-02 Thread Stefan Berglund
I have tried Firefox 3.6 and Internet Explorer 8, same thing in both. And it's Python 2.5.4. And I use manage.py runserver against localhost so the hostname is the same before and after login (http://localhost/...). After login, I redirect to "/indexview/" like this; [...] return HttpResponseRed

Re: auth issue on Windows

2010-03-02 Thread Prabhu
What browser are you using? Is the hostname remaining the same before and after login? On Mar 1, 11:34 pm, boffen wrote: > Hi, I'm trying out python+django 1.1.1 on Windows 7 and I have trouble > getting django-registration working. > After logging in, request.user is AnonymousUser on Windows. An

auth issue on Windows

2010-03-01 Thread boffen
Hi, I'm trying out python+django 1.1.1 on Windows 7 and I have trouble getting django-registration working. After logging in, request.user is AnonymousUser on Windows. And it works fine when I run it in Linux (request.user ends up as the one I logged in as). I use RequestContext. And I start it up