Remove operator+reporter role example (operator already has reporting access)

This commit is contained in:
Ivo Oskamp 2026-02-08 12:05:20 +01:00
parent d39e8b632f
commit 77f9971233

View File

@ -127,7 +127,7 @@
<h3>How Multiple Roles Work</h3> <h3>How Multiple Roles Work</h3>
<ol> <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>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>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> <li>Users can switch between their assigned roles at any time</li>
@ -135,7 +135,7 @@
<div class="doc-callout doc-callout-info"> <div class="doc-callout doc-callout-info">
<strong>💡 Example:</strong><br> <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> </div>
<h2>Managing Users</h2> <h2>Managing Users</h2>