From 9c883106b4626205b2f72ffeda986b85457fa1b7 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Thu, 14 Dec 2023 22:22:37 -0500 Subject: [PATCH] add new right for creating registration tokens --- docs/setup/server/security/rights.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/setup/server/security/rights.md b/docs/setup/server/security/rights.md index 8bd4aba..b3bd0f4 100644 --- a/docs/setup/server/security/rights.md +++ b/docs/setup/server/security/rights.md @@ -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`) |