mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-09 11:52:31 +01:00
add new right for creating registration tokens
This commit is contained in:
parent
b5643348c4
commit
9c883106b4
@ -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 |
|
| `MANAGE_GROUPS` | 1 << 47 | Can manage other's groups |
|
||||||
| `VIEW_SERVER_STATS` | 1 << 48 | Can view server stats /api/policies/stats |
|
| `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 << 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>
|
<script src="/assets/js/rightsCalculator.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user