Hiding User role selection for specific Admin

1
In a simple app i have three user roles “ Developer” , Administrator” and “User” Developer access rights are more than Administrator,  i.e some extra configuration pages which are useless for Administrator or we can say Developer rights=Administrator right+extra right.. As per my knowledge only Administrator can view all the selection list of user roles and in my case Developer also can, But I want to exclude the Developer User role from the list so that Administrator can’t assign, delete or edit it…   
asked
1 answers
3

You simply need to remove developers from the roles Administrators manage

  1. Open Project security 
  2. Go under user roles
  3. Edit the administrator user role
  4. Under User Management, tick Selected and tick all roles but developers

Your admins should no longer be able to manage developers.

Hope this helps

answered