Re: Admin shows all users as staff and super user

2013-05-01 Thread Siddharth Ghumre
Hi, I could not replicate your error here. I am also adding users via admin interface and the "Staff status" and "Superuser status" are unchecked by default. I am running django 1.4 on ubuntu 12.04 with postgresql. Can you just try switching to postgresql and see. -Siddharth On Wed, May 1, 2013

Re: Admin shows all users as staff and super user

2013-05-01 Thread Thomas De Reyck
Hi Siddharth, Thanks for your reply. I only create/delete/manage users via the admin itself, so there is no code to show you I guess. Furthermore, the auth table displays the correct values when queried directly. Kind regards, Thomas Op woensdag 1 mei 2013 10:48:10 UTC+2 schreef siddharth56660

Re: Admin shows all users as staff and super user

2013-05-01 Thread Siddharth Ghumre
Hi Thomas, Can you paste the code snippet where you add the user in your auth table (not the admin). It might help in understanding the problem. -Siddharth On Tue, Apr 30, 2013 at 11:45 PM, Thomas De Reyck < thomas%dereyck...@gtempaccount.com> wrote: > Hi everyone, > > My very first question h