Role groups
On this page
The Role Groups section is where you can create groups and assign roles to them. Adding users to these groups provides a more efficient way to manage roles for multiple users.
How to use
In order to create (or edit) Role Groups, in the System app, click on main menu and select Role Groups. In the page that opens click the Add button or select and existing one and click the Edit button.
Designer
- Group name - The name of the group.
erDiagram
user_group {
string name
}
user_group_item{
integer id_user_item FK
datetime last_check
string status
integer has_extra
string extra_role
}
user_group_role {
integer id_role FK
integer grant
integer revoke
}
user_group one--many user_group_item : user_group_user_group_item
user_group one--many user_group_role : user_group_user_group_role
user_group_role one--many role : user_group_role_role
user_group_item one--many user : user_group_item_user_item
USERS tab
- User - The user that is part of the group.
- Last check - The date of the last check.
- Status - Shows the missing roles.
- Has extra - Shows true if the user has extra roles.
- Extra roles - Shows the extra roles of the user.
ROLES tab
- Role - The name of the roles.
- Grant - If is set to true it will add the role to the user.
- Revoke - If is set to true it will remove the role from the user.