Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

AEM 6.0 | Customize User Admin Console

Avatar

Level 1

 

We are trying to customize the user editor console provided out of the box from AEM (AEM 6.0 SP3, Touch UI). However our changes are not reflected.

Expected: The new fields provided (see provided code segtment below) are shown, merged via the resource merger into the out of the box fields.

Actual: The new fields are not shown.

The overlay xml segment (userdetails) is found below (/apps/granite/security/content/userEditor/.content.xml):

<userdetails jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container" class="well user-details-sections-margin"> <items jcr:primaryType="nt:unstructured"> <extendedInfoContainer jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container" class="extended-container"> <items jcr:primaryType="nt:unstructured"> <linkedin jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/textfield" class="save-button-enabler" fieldLabel="LinkedIn" name="./profile/linkedin" value=""/> <twitter jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/textfield" class="save-button-enabler" fieldLabel="Twitter" name="./profile/twitter" value=""/> <xing jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/textfield" class="save-button-enabler" fieldLabel="xing" name="./profile/xing" value=""/> <photo jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/pathbrowser" rootPath="/content/dam/arvato" class="save-button-enabler" fieldLabel="Profile photo" name="./profile/photo" value=""/> </items> </extendedInfoContainer> </items> </userdetails>

 

 

We followed the instructions found in : https://docs.adobe.com/docs/en/aem/6-0/develop/extending/customizing-consoles-touch.html

The same approach has worked fine in different projects, using AEM 6.2.

 

0 Replies