Profiles
The BaseProfile class has the following fields:
- Mode – Has two options: Allow all but where you define only the exception and Deny all but where you define only what the profile can access and all the rest are denied.
- Name - The profile name
- Parent – The profile where to inherit the functionalities allowed and denied.
- Home Page – The page showed when login
- Notes – Notes about the profile
- Available class names – Available classes which contains methods to allow/deny
- Available members – The methods and fields in the selected class
- Functions – A list with the allow/deny option associated to the selected field or action
Defining which actions are allowed or denied for each profile associated to an account is a good form to establish privileges to the users. Now we are ready to create different accounts with the desired privileges.
Last Update: 2008-08-18