I am trying to setup Roles in Sitecore 8. I have created a new Role which inherit from Sitecore author. I have only given that Role read access to few items in the content tree.
But when that user belonging to that role is logged in. It is unable to access the homepage on Website(FE). Because home page uses another item which that role hasn't got read permission to. And when trying to get that item in the code throws an object reference null exception.
But anonymous user can still access the whole website. I thought users should still be able to view the website at the FE even if they don't have read access to that item in the CMS.
Anyone had similar issues before ?
Thanks