Issue user modification permission without providing admin access | Adobe Higher Education
Skip to main content
Level 4
February 19, 2024
Risolto

Issue user modification permission without providing admin access

  • February 19, 2024
  • 2 risposte
  • 611 visualizzazioni

Hi, I want to provide a few users the ability to create users, delete users or update the existing ones. But I don't want to provide admin access to these users. What can be done to ensure that I provide only permissions for user management and nothing else.

Questo argomento è stato chiuso alle risposte.
Migliore risposta di Imran Khan

We can assign specific user to user-administrators group

 

OR

 

provide below configuration user tools -> security -> permission -> select specific user for having required access

/root jcr:read

/home/users jcr:all -> create users, delete users or update the existing ones.


/home/groups jcr:all -> create gropus, delete users or update the existing ones.

/home jcr:all -> To create, delete users or update the existing users and groups.

 

 

 

 

2 risposte

Imran Khan
Community Advisor
Imran KhanCommunity AdvisorRisposta
Community Advisor
February 19, 2024

We can assign specific user to user-administrators group

 

OR

 

provide below configuration user tools -> security -> permission -> select specific user for having required access

/root jcr:read

/home/users jcr:all -> create users, delete users or update the existing ones.


/home/groups jcr:all -> create gropus, delete users or update the existing ones.

/home jcr:all -> To create, delete users or update the existing users and groups.

 

 

 

 

Jagadeesh_Prakash
Community Advisor
Community Advisor
February 19, 2024

@arindam6600  you can assing that users to below user-administrator group (OOTB group). Look the permissions set below

 

 

If these permissions are not sufficient create a users-admin custom group and assigned necessary permissions.