Roles & permissions

1. Permissions
2. Roles
3. User & psermission

 
1. Permissions:

- Specifies the actions that users are allowed in each screen.
Specifically, the right to view and change data (add, edit, delete) only.
For example:
GET::sc_admin/banner 
POST:: sc_admin/banner/create
- The method actions ANY mean full control on that screen.
For example: ANY::sc_admin/banner/*
- Each permission has 1 or more different actions

Access: "Admin system -> Admin -> Permission"

Permission

Permission list:

Permission

Permisison detail:
Permission

2. Roles

- Is a group of many different permissions
For example: Marketing, Accountant, Cms manager
- There are 2 roles especially administrator and onlyview. These 2 roles do not need permissions in it. Default:
+ Administrator has all access rights in the admin
+ OnlyView also has all access rights, but not the right to change data.

Role list:

Roles

Role detail:

Roles

3. User

- Each user can have 1 or more different roles
- In addition, users can add permissions to have rights other than roles.

User permission detail
User permission

Related topics

Latest Document