Skip to content

Commit

Permalink
add new right for creating registration tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Dec 15, 2023
1 parent b564334 commit 9c88310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/setup/server/security/rights.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +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`) |

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

0 comments on commit 9c88310

Please sign in to comment.