Re: Problems with permissions in the admin panel.

2011-02-24 Thread Adam Tonks
Assigning every permission in the list still gave the same 'You don't have permission' message. I think it's all sorted now though - I had a custom authentication backend to allow case insensitive login (http://djangosnippets.org/ snippets/1368/), and I assumed it would just override the two funct

Re: Problems with permissions in the admin panel.

2011-02-23 Thread Mike Ramirez
On Wednesday, February 23, 2011 02:56:52 pm Adam Tonks wrote: > Hello, > > I'm having some fustrating problems with setting permissions for a > user within the django administration panel. I create a new user, set > it as staff, and assign it permissions. The problem is, when I login > as them,