Hi Ryne, There were 0 SitePermission objects. I finally ended up adding a couple of entries to core_sitepermission and core_sitepermission_sites and now my staff user login works as it should. insert into core_sitepermission(id,user_id) values(1,4); insert into core_sitepermission_sites(id,sitepermission_id,site_id) values(1,1,1);
I'm on Ubuntu btw. Thanks for the tip off, it really helped! Thanks, Usha -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
