Say I have a visitor group that is creted with Security group = true
If I use this in a content area, I can preview it just fine using the edit interface by selecting a visitor group (or none).
If I instead remove "Everyone" access for a page, and set my above visitor group as "Read" (as well as the editor/admin roles), and retreive this page through a IContentLoader for display in some listing or whatever, how can I preview this visitor group access setting? Say I want to preview what visitors NOT in this group can see? If I use ex. FilterForVisitor or AccessFilter, my editor role membership will override this as I have edit access to the page in question through me being the web editor.
Is there a "FilterVisitorIgnoreWebEditors" filter somewhere I have missed?
Yes that is the one I meant with preview. The problem is that with page access, the "you are administrator/editor and can see everything" is overriding normal page access rights.
Say I have a visitor group that is creted with Security group = true
If I use this in a content area, I can preview it just fine using the edit interface by selecting a visitor group (or none).
If I instead remove "Everyone" access for a page, and set my above visitor group as "Read" (as well as the editor/admin roles), and retreive this page through a IContentLoader for display in some listing or whatever, how can I preview this visitor group access setting? Say I want to preview what visitors NOT in this group can see?
If I use ex. FilterForVisitor or AccessFilter, my editor role membership will override this as I have edit access to the page in question through me being the web editor.
Is there a "FilterVisitorIgnoreWebEditors" filter somewhere I have missed?