- Overview of Batoi RAD Framework Architecture
- Batoi RAD Framework Objects, Arrays And Libraries
- Batoi RAD Framework Application File Structure
- Controller in Batoi RAD Framework
- Batoi RAD Framework Application Database Structure
- Event in Batoi RAD Framework
- Model in Batoi RAD Framework
- View in Batoi RAD Framework
- Users and Roles in Batoi RAD Framework
- Overview of Batoi RAD Framework IDE
- Batoi RAD Framework Coding Standards and Conventions
- Get Started with the Batoi RAD Framework
- Glossary of Terms Used in Batoi RAD Framework
- Installation and Upgrades of Batoi RAD Framework
Users and Roles in Batoi RAD Framework
Profile.
NOTE:
The Batoi RAD Framework provides an in-built mechanism to manage user's primary details like username, password,
email, name, and roles as they are critical to handle the security aspect of the application. However, a developer
can create more attributes and functionalities to manage user accounts as the application scope demands. This can be
achieved by creating a Profile class (an Application Class) and a corresponding
database table.
The username admin (case-sensitive) is the superuser which can access the Batoi RAD Framework IDE and
can develop, manage, and access the entire application. This user gets such a right through a default role assigned
to it - Administrator. Neither this username nor its association with the role
Administrator can be modified.
Each user must be assigned a role as it determines the access privilege and the homepage (after sign in) of the
concerned user. When you install the Batoi RAD Framework, the default role is, Administrator and it is assigned automatically to the user admin. Neither this role nor its association with the user admin can be modified.
RAD Core (Classic)