Great! Btw, I'm guessing you'll be able to grant permissions through the admin interface from now on, now that the SitePermissions object actually exists.
On Sun, Aug 2, 2015 at 9:26 PM, usha nattala <[email protected]> wrote: > 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.
