AAF ― Applicita LTD
  • Getting Started
  • Development
    • Key Objectives
    • Development Environment & OS
    • Architecture
    • Visual Studio Solution
    • Setup for Local Development
      • Docker & Kubernates
      • Visual Studio Host Builder
  • Web
    • Feature
      • Authentication and Authorization
        • Sign up
        • Sign In
        • Sign out
        • Remember me
        • Recovering password
      • Tenant management
        • Create tenant
        • Search tenant
        • Tenant page
          • Change basic information
          • Change administrator
          • Change branding
          • Change style
          • Change status
          • Assets
        • Delete tenant
      • User management
        • Create user
        • Search user
        • Send email
        • User page
          • Editing page sections
          • Change basic information
          • Change profile picture
          • Change role
          • Change status
        • Delete user
        • Reset users password
      • Role management
        • Create role
        • Search role
        • Role page
          • Change basic information
          • Change status
          • Revoke role
          • Change permissions
          • Interactive permissions button
        • Delete role
      • Bug reporting
  • Testing
    • Testing Environment
    • Atata
    • Architecture
      • Feature structure
      • Common
        • Attributes
        • Components
        • Controls
        • Fixtures
        • Generators
    • Example
Powered by GitBook
On this page

Was this helpful?

  1. Web
  2. Feature
  3. Role management
  4. Role page

Change permissions

PreviousRevoke roleNextInteractive permissions button

Last updated 5 years ago

Was this helpful?

For every role you create, you must define the level of access (read, update, delete, etc.) that role has within the system. As an administrator (or someone with permissions to create and edit roles), you have to think about the roles you want to have within the application, and permissions that they have individually.

Use the on different pages within application to find out which permissions you need to grant someone to give them access to certain components.

Open the for a specific role, and use the pen button to edit the permissions section as . Toggle the switch next to the permission to enable / disable it:

To complete / cancel updates, use the save / cancel buttons located in the top right corner of that section.

interactive permissions button
Role page
shown in the example
Toggle the switch next to a permission to enable / disable it