활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I'd like to restrict editing on the top page of our site, as well as a few key child pages, while at the same time allowing users to edit pages beneath these key pages.
For example:
example.com/homepage is our parent page that we want to restrict access to.
example.com/homepage/topic1 is a child page that anyone can edit as necessary.
Because of cascading permissions, if I deny access to /homepage, then I'm denying access to all child pages.
I can, of course, deny access to /homepage, and then manually allow access to all the child pages, but this seems like a nightmare to maintain.
Do I have any options here? We recently had an issue where an author modified our landing page without checking in with the team that owns the landing page. I'm trying to figure out the best way to restrict access to the landing page, so other ideas are welcome.
Thanks!
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
You can create a new group called "super users" and assign permissions to access only the parent page, the people who are in that group can only edit the parent page.
You can create a new group called "super users" and assign permissions to access only the parent page, the people who are in that group can only edit the parent page.
조회 수
답글
좋아요 수
Instead of going for User permission and ACL why are you not using locking and unlocking of the page at template level or even page level?
This should work fine in your scenario.
You can use rep:glob for this requirement. See below for more details:
Example: If you set rep:glob="" then it will only apply the permissions to the current node and not on the child nodes.
[1] https://jackrabbit.apache.org/oak/docs/security/authorization/restriction.html