From 12a6e8b9e9bca49c7d224598f66f3a1abf8b0706 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Thu, 14 Dec 2023 22:25:01 -0500 Subject: [PATCH] remove registration tokens from operator grant list --- docs/setup/server/security/rights.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/setup/server/security/rights.md b/docs/setup/server/security/rights.md index cc09058..c024aee 100644 --- a/docs/setup/server/security/rights.md +++ b/docs/setup/server/security/rights.md @@ -22,7 +22,6 @@ is generated through the `npm run generate:rights` script. The script generates Operator rights currently grants access to the following, in addition to all rights: - Server shutdown through POST `/api/stop` -- [Registration token creation](regTokens.md) through GET `/api/auth/generate-registration-tokens` ## Calculator