Issue with using xtype authselection | Community
Skip to main content
New Participant
October 16, 2015
Solved

Issue with using xtype authselection

  • October 16, 2015
  • 1 reply
  • 802 views

We have setup a tab on the content page properties for one of our templates. This is to allow an author to manually set the page owner. We have a field which is to allow the author to pick the name of the page owner using a text field, which is an xtype of authselection. This should provide the ability to select from the list of CQ users.

This works when logged in as administrator, but when logged in or impersonating one of the authors, it only shows that author in the selection list, and you cant see the other CQ users.

Is this "works as designed" or is the a access control or privilege that can be set to get this to work for other users?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Rich_Clem

Ah sorted my problem. It was the access set to the users under the home folder. It had been set so they only had read access to the profile node. Just tested a user with jcr:all access and the list is working. Just need to work out the minimum access I can give the users.

1 reply

Rich_ClemAuthorAccepted solution
New Participant
October 16, 2015

Ah sorted my problem. It was the access set to the users under the home folder. It had been set so they only had read access to the profile node. Just tested a user with jcr:all access and the list is working. Just need to work out the minimum access I can give the users.