diff --git a/Enabling-admin-page.md b/Enabling-admin-page.md index 675da82..ce1bac0 100644 --- a/Enabling-admin-page.md +++ b/Enabling-admin-page.md @@ -30,8 +30,7 @@ In order to disable the admin page you have to unset the `ADMIN_TOKEN` and resta ## Secure the `ADMIN_TOKEN` -> :warning: This feature not yet released in a `latest` image, but will be soon! -> It currently is available in the `testing` images. +> :warning: This feature is released in [1.28.0](https://github.com/dani-garcia/vaultwarden/releases/tag/1.28.0)+. Previous versions do not support Argon2 hashing. 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).