1
votes

I'm developing a Joomla 3 website, where registered users can belong to several groups of interests (music, theater, technology, and so on).

I would like to give permission to my client to edit users by placing them in groups he desired. For example: user 1 can be in music and theater group; user 2 just registered (no group) and user 3 in technology group. Unfortunately the only permission that Joomla 3 allows you to edit users is the Administrator, but if I give this permission to my client, he will be able to edit articles, themes and other features that I do not want it to edit.

How can I create an access level that can manage only users list?

Thank you and sorry about my english.

2

2 Answers

1
votes

Create a new group, assign that group only permission for managing users and whatever else you want and assign your users to that group but not admin.

0
votes

As a short answer, if you don't want you client to be administrator, you can assign him to the manager user-group. Then go into the Users Manager Component and click the Options button to go into its configuration page. There you can override the Permissions Settings for the Users Manager component, so the Managers users will be allowed to Access Administration Interface of the component.

You will have the change the respective setting from inherit to allowed.

Of course if needed, you can create a complete custom ACL, with special usergroups for your users that will have certain accessibility and permissions.

But be careful, because ACL sometimes can be confusing and you might end up with a total mess.