Reputation: 19
I need to create the admin group which can have create/update/delete the user as well as audit/view report permission in alfresco 5.1 version.
Upvotes: 0
Views: 185
Reputation: 1845
There is already an "ALFRESCO_ADMINISTRATORS" groups to which the default "admin" belongs - the admin can add other users to this group. You can see this group if you go to the Admin Tools -> Groups page, tick the "Show System Groups" checkbox in the top right corner and click the "Browse" button.
Users added to this group will be "full" admins though and will have access to more than just the actions you've described. So you should grant users these permissions with caution.
Upvotes: 2