.roles
User Roles: Defining the roles that can be assigned to users.
Each user is assigned one of the defined roles. Roles can be defined using the App Management app, which is represented by the roles
object of the app-settings.json
file. Each role is defined by an identifier as the key, and an object with the following properties:
app_settings.json .roles{}
Property | Description | Required |
---|---|---|
name | The translation key for this role | Yes |
offline | Determines if user will be an online or offline user. Set to false for users to be “online” users. | No, default true |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified 12.09.2024: Remove extra alias bullet (#1541) (84007b2b)