From 80d2cdee4627c85f78ed9838d962bde50e862b07 Mon Sep 17 00:00:00 2001 From: besendorf Date: Thu, 12 Sep 2019 10:50:21 +0200 Subject: [PATCH] added "the" before admin area --- 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 1303bef..32312da 100644 --- a/Enabling-admin-page.md +++ b/Enabling-admin-page.md @@ -2,7 +2,7 @@ This page allows a server administrator to view all the registered users and to delete them. It also allows inviting new users, even when registration is disabled. -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 admin area of your server!** +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!** To set the token, use the `ADMIN_TOKEN` variable: