Some features That i dont want to provide admin role, Meaning only for super admin role
Announcement
Collapse
No announcement yet.
How can i separate right into admin and super admin on admin panel page?
Collapse
X
-
Hi tapnm,
There is a possibility to create Admin, Regular, Portal, and API user types.
In order to restrict access for some users, you need to use Roles. Administrator can manage roles in Administration panel. Each role defines access to certain areas (scopes) which is applied to users who own that role.
More about Users Management:
https://docs.espocrm.com/administrat...ers-management
More about Roles Management:
https://docs.espocrm.com/administrat...les-managementLast edited by Vadym; 09-16-2022, 09:07 AM.
-
Hi tapnm ,
Just create a role in Administration > Roles, in which check all the options and assign this role to the required user (screenshot 1). But, most importantly, this NOT super admin should have Type Regular (screenshot 2). Thus, you will have a user with all possible rights and without access to the administration area.
- Likes 1
Comment
-
Originally posted by victor View PostHi tapnm ,
Just create a role in Administration > Roles, in which check all the options and assign this role to the required user (screenshot 1). But, most importantly, this NOT super admin should have Type Regular (screenshot 2). Thus, you will have a user with all possible rights and without access to the administration area.
Comment
-
How do you create a superadmin? I don't see any reference to what a superadmin is or how it works, but I see checks in the code; e.g., $user->isSuperAdmin().
Comment
Comment