1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 15:11:44 +02:00

add new right for creating registration tokens

This commit is contained in:
Puyodead1 2023-12-14 22:22:37 -05:00 committed by GitHub
parent b5643348c4
commit 9c883106b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>