I browsed this forum for an hour now without finding an answer to that.
There's a ROLE_ADMINISTRATOR who is able to manage organisations/roles/users
But I would like to kow how can I create a new ROLE, ADMIN_LIKE so he can manage only USERS and set existent ROLES to them
In the way to have something like that :
ROLE_ADMINISTRATOR (jasperadmin) : Manage and Create and View
ROLE_ADMIN_LIKE : Manage only users and Create and View
ROLE_MANAGER : Create and View
ROLE_USER : Only View
I've already modified actionModel-navigation.xml in that way, but when my ADMIN_LIKE user click on MANAGE/USERS, he still don't have the right to do that.
Thanks for your help.