0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 21:08:55 +02:00

Updated Enabling admin page (markdown)

Mathijs van Veluw 2023-03-07 12:16:00 +01:00
parent edab4ff78c
commit d8e67087a3

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