From 8b5bc0d5ca6fcbaf8534826b36891af8ce402b41 Mon Sep 17 00:00:00 2001 From: Kim Nilsson Date: Mon, 5 Jun 2023 16:11:15 +0200 Subject: [PATCH] Updated Enabling admin page (markdown) --- Enabling-admin-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enabling-admin-page.md b/Enabling-admin-page.md index 55b5554..b927501 100644 --- a/Enabling-admin-page.md +++ b/Enabling-admin-page.md @@ -4,7 +4,7 @@ This page allows a server administrator to view all the registered users and to To enable the admin page, you need to set an authentication token. This token can be anything, but it's recommended to use a long, randomly generated string of characters, for example running `openssl rand -base64 48`. -**Keep this token secret, this is the password to access the admin area of your server!** Which is why you should [secure the admin token](#secure-the-admin-token). +**Keep this token secret, this is now the password to access the admin area of your server!** Which is why you should [secure the admin token](#secure-the-admin-token). To set the token, use the `ADMIN_TOKEN` variable: