Re: Bug in Django auth

2010-05-10 Thread zweb
thanks so much Allison. That was the reason. test account I was using had is_superuser set to 1 in DB. Spent 4 hours debugging it. Thanks a lot. On May 10, 2:44 pm, Alisson Patrício wrote: > Maybe you're logged in with a superuser, superuser can do everything :) > > > > On Mon, May 10, 2010 a

Re: Bug in Django auth

2010-05-10 Thread Alisson Patrício
Maybe you're logged in with a superuser, superuser can do everything :) On Mon, May 10, 2010 at 3:52 PM, zweb wrote: > I displayed following values in my html template. I am running it on > wsgi, python 2.5 and Django 1.1.1 on webfaction. > {{perms.user}}Value displayed: set([]) > {{perms.co

Bug in Django auth

2010-05-10 Thread zweb
I displayed following values in my html template. I am running it on wsgi, python 2.5 and Django 1.1.1 on webfaction. {{perms.user}}Value displayed: set([]) {{perms.core}}Value displayed: set([]) {{perms.core.add_project}} Value Displayed: True ( BUG: should be false as perms.user and per