Expand my Community achievements bar.

SOLVED

Issue in overriding CQ userAdmin component

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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