From d8e67087a36922fe6b61c4201c0f629fe680dabb Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Tue, 7 Mar 2023 12:16:00 +0100 Subject: [PATCH] Updated Enabling admin page (markdown) --- Enabling-admin-page.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Enabling-admin-page.md b/Enabling-admin-page.md index 16f4af6..79669a9 100644 --- a/Enabling-admin-page.md +++ b/Enabling-admin-page.md @@ -28,7 +28,8 @@ Note that config changes in the admin page do not take effect until you click th ## Secure the `ADMIN_TOKEN` -> :warning: This feature not yet released, but will be soon! +> :warning: This feature not yet released in a `latest` image, but will be soon! +> It currently is available in the `testing` images. Previously the `ADMIN_TOKEN` could only be in a plain text format.
You can now hash the `ADMIN_TOKEN` using Argon2 by generating a [PHC string](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md).