diff --git a/containers/backupchecks/src/templates/documentation/users/users-and-roles.html b/containers/backupchecks/src/templates/documentation/users/users-and-roles.html index 3fc36c0..f48cbab 100644 --- a/containers/backupchecks/src/templates/documentation/users/users-and-roles.html +++ b/containers/backupchecks/src/templates/documentation/users/users-and-roles.html @@ -127,7 +127,7 @@

How Multiple Roles Work

    -
  1. A user can be assigned any combination of roles (e.g., "operator, reporter")
  2. +
  3. A user can be assigned any combination of roles (e.g., "admin, operator")
  4. When logged in, the user selects their active role from a dropdown in the navigation bar
  5. The interface and available features adapt based on the selected active role
  6. Users can switch between their assigned roles at any time
  7. @@ -135,7 +135,7 @@
    💡 Example:
    - A user assigned both "operator" and "reporter" roles can switch between reviewing backups (operator) and generating executive reports (reporter) without logging out. + A user assigned both "admin" and "operator" roles can switch between system administration tasks (admin) and daily backup reviews (operator) without logging out.

    Managing Users