I am setting up a new project using Umbraco 8 and I am having an issue with public access for secure content. My structure is as follows;
Dashboard
Page 1
Page 2
Admin Page
All content under (and including) dashboard are restricted to a “members” group, which all works fine. However, I want to restrict the “Admin Page” to another member group called “admins”.
In previous versions, I was able to simply set the public access on the admin page by removing the inherited “members” access and only giving access to the “admins” group on this one page. This now appears to remove the “members” access from the dashboard page (the parent).
Has anyone else noticed this, or have I misunderstood how this works. Basically I want to set different access to certain pages, where those pages are children of another secured page?
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/96935-umbraco-8-public-access-issues