내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Allowing a limited user the correct privileges to view versions.

Avatar

Level 1

I've limited a user in AEM 6.0 to be able to view and edit pages but they are not allowed to activate.

In the process I seem to have turned off the ability for that user to view versions of pages. I need to know which checkbox needs to be ticked to allow them to view versions.

Any help is greatly appreciated.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Technically user should have write permissions on '/jcr:system/jcr:versionStorage'.

As the jcr:system & jcr:versionStorage are protected, the ACL's cannot be added explicitly on these nodes. The only way is to provide a user the read/write permissions at root(/) level which gives them read/write permissions on /jcr:system also.

    Go to http://<host>:<port>/crx/explorer/index.jsp
    Go to Content Explorer
    Add an ACE to your jcr:system node that allows jcr:versionMangement to the given author user.
    Save the ACE
    Login with the author user & verify.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 10

Technically user should have write permissions on '/jcr:system/jcr:versionStorage'.

As the jcr:system & jcr:versionStorage are protected, the ACL's cannot be added explicitly on these nodes. The only way is to provide a user the read/write permissions at root(/) level which gives them read/write permissions on /jcr:system also.

    Go to http://<host>:<port>/crx/explorer/index.jsp
    Go to Content Explorer
    Add an ACE to your jcr:system node that allows jcr:versionMangement to the given author user.
    Save the ACE
    Login with the author user & verify.