I’ve a restricted (LOGGIN
) site, and I’ld like to add more restrictions child pages under this restricted site.
So the home page on the site has a privacy set to LOGGIN.
I want that some users, members on the group ‘A’ see some parts of the site, and members of group ‘B’ see other parts, and some parts are visible both from ‘A’ and ‘B’ (no restrictions in this case).
From the admin, I’ve tried to set restriction of type ‘GROUPS’ on sub-pages, but the admin just says the page has already a restriction, given by the home page.
Is is possible to set more restrictions on sub pages ?
I’ve implemented a simple Privacy
field (for editors), with group names choices, and a signal which try to set the restriction ‘GROUPS’ to the page, with the group set to the View, but I’m not sure it’s the way to create such a restriction.
What do you think about this ?