to explain better, login to system with admin2 user navigate to <domain:port>/useradmin . Please try creating the new group/user or add some user to existing group.
Hi,I have created the similar user. Even i can login to the system. The issue i am facing is below. When i try to create the group or add user using the new user created getting error. Can you try from your end by creating the new group or adding user to existing group with user admin2?1. Creating g...
I can confirm all the permissions are saved properly. I looged into system in different browser and checked the permissions of custom user. Infact i have given permission to everything at root level. So user has every access to all folders. I tried this on top of AEM 6.0 SP2 version. But still i am...
Hi,I have created a custome group and user in AEM 6.0, have given permission similar to user-administrators group. Then i have logged into system with custom user.Getting access denied exception in below scenarios with custom user1. Creating group/user2. Adding existing user to another group "org.ap...
Hi Dinakar, Thanks for the reply. I got the error when installing the package. I have updated code to generate UUID as below, which works for me.UUID.nameUUIDFromBytes(groupName.toLowerCase().getBytes()) Thanks,Hari.
I have tried creating new groups through programatically. Created folders and required files and filter.xml using java API. Developed a maven script which uses vault plugin to create the package using the folders and filter.xml created above. When i try to build the package getting below error[ERRO...
Hi,I have applied ACLs with glob expressions in AEM 6.0 with crx3. Below is the scenario. 1. Created a group and added below acl to /content level<deny jcr:primaryType="rep:DenyACE" rep:principalName="private-users" rep:privileges="{Name}[jcr:read]" > <rep:restrictions jcr:primaryType="rep:Re...
Hi, I have created project strcuture as belowapps-->site-services-->faq-->components, templates etc...etc-->designs-->site-services-->faq.Added couple of the components to template parsys in design mode. As per my understanding, design changes should be stored under etc/designs/site-services/faq/.co...
Can we have multi selectable drop down in CQ5 component dialog? I have a requirement where in cq5 authoring dialog user wants to select multiple values from the dropdown? How do we configure?