Base solution for your next web application
Open Closed

Hide Admin Role and permissions from non-admin users #7353


User avatar
0
joe704la created

I want to give a non-admin user access to create and edit a user but I do not want to allow them to add a "Admin" role or change permissions of anyone. I want to limit that to just Admin. I want to give this person more of a "Management" role or something like that. What would be the best way to do this? I know I can easily keep them from editing a user and changing permissions if all I give them is access to create a user but they still can create an "Admin" user which means they could create a separate account for themselves that is Admin role.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @joe704la

    There is no built-in feature for that. You have to create a new permisison and modify the user creation & modification modal accordingly to show/hide roles tab or only the admin role.

  • User Avatar
    0
    joe704la created

    Okay thank you