Remove operator+reporter role example (operator already has reporting access)
This commit is contained in:
parent
d39e8b632f
commit
77f9971233
@ -127,7 +127,7 @@
|
||||
<h3>How Multiple Roles Work</h3>
|
||||
|
||||
<ol>
|
||||
<li>A user can be assigned any combination of roles (e.g., "operator, reporter")</li>
|
||||
<li>A user can be assigned any combination of roles (e.g., "admin, operator")</li>
|
||||
<li>When logged in, the user selects their <strong>active role</strong> from a dropdown in the navigation bar</li>
|
||||
<li>The interface and available features adapt based on the selected active role</li>
|
||||
<li>Users can switch between their assigned roles at any time</li>
|
||||
@ -135,7 +135,7 @@
|
||||
|
||||
<div class="doc-callout doc-callout-info">
|
||||
<strong>💡 Example:</strong><br>
|
||||
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.
|
||||
</div>
|
||||
|
||||
<h2>Managing Users</h2>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user