Issue in overriding CQ userAdmin component | Community
Skip to main content
ChitraMadan
New Participant
October 16, 2015
Solved

Issue in overriding CQ userAdmin component

  • October 16, 2015
  • 1 reply
  • 572 views

I have created a form using CQ form component and capturing a few details of the user and storing them in CQ user node.
Now my requirement is to display the fields captured above in the user edit settings form.

Currently it is only displaying a few fields which are configured in CQ like Country,Phone Number etc.

 

On deep diving in this issue,we observed that CQ components are calling useradmin and other user related components by hard coding the libs path as:
/libs/cq/core/content/tools/jcr:content/content/items/tools/granite/useradmin
this has the property link /libs/granite/security/content/useradmin.html

So now even if I try to override this component,that will not pick the component from apps folder.

Can anyone suggest any solution for this?

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 Siva_Sogalapalli

Hi,

Can you please give a try by changing the sling:vanityOrder property value from 301 to 302 under /apps/cq/core/content/tools/jcr:content.

 

Thanks

Siva

1 reply

Siva_Sogalapalli
Siva_SogalapalliAccepted solution
New Participant
October 16, 2015

Hi,

Can you please give a try by changing the sling:vanityOrder property value from 301 to 302 under /apps/cq/core/content/tools/jcr:content.

 

Thanks

Siva