Need to give Admin permissions to user without using admin console in alfresco ...?

cancel
Showing results for 
Search instead for 
Did you mean: 
sandeepreddy1
Active Member II

Need to give Admin permissions to user without using admin console in alfresco ...?

Hi,

Need to give Admin permissions to user without using admin console in alfresco ...? is there any possible solution to give admin permissions to user. 

2 Replies
afaust
Master

Re: Need to give Admin permissions to user without using admin console in alfresco ...?

Since the Admin Tools in Share are required to manage / modify groups (i.e. add someone to the admin group), there is no other, clean out-of-the-box way to make someone an admin.

In case you are using an authentication system other than alfrescoNtlm to authenticate users, you can use that subsystem's "defaultAdministratorUserNames" configuration property (in its *.properties file) to list the user names of all the users that should be considered admin if authenticated by that subsystem. By adding the user name you wish to make admin to that list, restarting your Alfresco server and then having that user login via that subsystem, you can effectively make them an admin without using the Admin Tools.... Though I reckon if you have access to reconfigure the server and restart it, you should also have access to the Admin Tools.

jpotts
Professional

Re: Need to give Admin permissions to user without using admin console in alfresco ...?

Why not just programmatically add the user to the ALFRESCO_ADMINISTRATORS group?