Skip to content

Commit

Permalink
Update rights.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Dec 15, 2023
1 parent 9c88310 commit 4f47422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/server/security/rights.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ Operator rights currently grants access to the following, in addition to all rig
| `MANAGE_GROUPS` | 1 << 47 | Can manage other's groups |
| `VIEW_SERVER_STATS` | 1 << 48 | Can view server stats /api/policies/stats |
| `RESEND_VERIFICATION_EMAIL` | 1 << 49 | Can resend verification [emails](../email.md) (`/auth/verify/resend`) |
| `RESEND_VERIFICATION_EMAIL` | 1 << 50 | Can create [registration tokens](./regTokens.md) (`/auth/generate-registration-tokens`) |
| `CREATE_REGISTRATION_TOKENS` | 1 << 50 | Can create [registration tokens](./regTokens.md) (`/auth/generate-registration-tokens`) |

<script src="/assets/js/rightsCalculator.js"></script>

0 comments on commit 4f47422

Please sign in to comment.