This is an old revision of the document!
Adjusting the rights of a role
Introduction
- RADIUSdesk allows the admin of a cloud to be in one of three possible roles.
- Admin
- Operator
- View
- The rights of the admin is dictated by the role they are in.
- This document will cover the technical details of RBA in CakePHP and also how to manage the rights for each role.
RBA in CakePHP
- Each controller in CakePHP has various methods that are called.
- These methods are recorded in a config file with the convention Rba + contoller name + .php.