Edit wiki to reflect new update for 1.28.0

Josh
2023-03-26 20:28:34 -05:00
parent d646c7cd24
commit d35aa7c143

@@ -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.<br>
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).<br>