Permissions/Roles Based Access
Strong authentication combined with user/roles permissions give you complete control over what your users can and cannot do.
The following table displays how roles based permissions works. An admin is able to add users and sign a role to each user. The role’s CRUD permissions then defines what tables from the database the user can Create, Read Update and Delete from.
User Role | Staff | Reports | Customers | Products |
---|---|---|---|---|
Admin | C R U D | C R U D | C R U D | C R U D |
Manager | C R U – | C R U – | C R U – | C R U – |
Sales | – – – – | C R U – | C R – – | – R – – |
Trainee | – – – – | – R – – | – R – – | – R – – |