Users Configuration
Description
The Users Configuration
defines user profiles within the Liberty Framework. Each user has settings such as their role, status, language, theme, and permissions.
Data Structure
Field Name | Type | Description |
---|---|---|
USR_ID |
string |
Unique user identifier. |
USR_PASSWORD |
string |
Userโs password (hashed or stored securely). |
USR_NAME |
string |
The full name of the user. |
USR_EMAIL |
string |
The userโs email address. |
USR_STATUS |
"Y" | "N" |
Indicates if the user is active. |
USR_ADMIN |
"Y" | "N" |
Defines if the user has admin privileges. |
USR_LANGUAGE |
string |
Preferred language of the user. |
USR_MODE |
"dark" | "light" |
UI theme preference (dark/light mode). |
USR_READONLY |
"Y" | "N" |
Determines if the user has read-only access. |
USR_DASHBOARD |
number | undefined |
The dashboard assigned to the user. |
USR_THEME |
string |
The theme applied to the userโs UI. |
Example Usage
Useful Links
๐ GitHub Repository (Core): Liberty Core
๐ GitHub Repository (Test Project): Liberty Test
๐ Live Documentation: Liberty Core Docs
๐ Sponsor & Support: Sponsor Liberty Core