From b02541cd0283820760a7828c8fa2961716301601 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Thu, 25 Jan 2024 11:18:14 -0500 Subject: [PATCH] tweaking docs loginTokeKey (#5733) --- docs/docs/meshcentral/tokens.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/meshcentral/tokens.md b/docs/docs/meshcentral/tokens.md index 0750f03a..7086955d 100644 --- a/docs/docs/meshcentral/tokens.md +++ b/docs/docs/meshcentral/tokens.md @@ -8,17 +8,17 @@ ## Software Integration Tokens -!!!note - You can only generate a SINGLE loginTokenKey! +!!!warning + You can only have a SINGLE loginTokenKey for your meshcentral server!
So if you regenerate a loginTokenKey, the old one will be revoked/deleted! -You can generate the Login Token Key with the following: +You can create/view the Login Token Key with the following: ```bash node node_modules/meshcentral --loginTokenKey ``` -You can then revoke/renew the Login Token Key with the following: +You can then reset/revoke/renew the Login Token Key with the following to create a new one: ```bash node node_modules/meshcentral --loginTokenKey --loginTokenGen