AI OnAI Off
Yes that is possible. Maybe your problem is that "Sub Page" is trying to load another page which the user doesn't have access to.
Guessing it could be your breadcrumb that tries to load something from the parent page?
I think that could be a possibility, however I would expect an AccessDenied exception to be thrown if there were an issue. I can re-create the same situation on a standard alloy tech website. I tried to export the part of the page tree to post on here however it doesnt seem like the securiy of the pages is exported/imported.
Is it possible to have public accessible pages beneath secure pages in CMS. For Example:
- Parent Page (Security: MyGroup)
-- Sub Page (Security: Everyone)
I would like to create a page beneath a secure page which has "everyone" access. When I setup this configuration, an anonymous user cannot access "Sub Page". It appears that although the page has Everyone (read), it is not viewable unless logged in with an account in role MyGroup).