From 715e359e19ccd10c624604b1bc5f104c2e36f127 Mon Sep 17 00:00:00 2001 From: MatthiasL-SAP <99752731+MatthiasL-SAP@users.noreply.github.com> Date: Sun, 3 May 2026 16:41:54 +0200 Subject: [PATCH] I think this not here got lost and makes the sentence incorrect --- 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 a73e59a..9c59a1e 100644 --- a/Enabling-admin-page.md +++ b/Enabling-admin-page.md @@ -27,7 +27,7 @@ To invalidate any session you can remove the [`rsa_key.pem`](https://github.com/ ## Secure the `ADMIN_TOKEN` -You can hash the `ADMIN_TOKEN` using argon2id by generating a [PHC string](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md). This ensures that the admin token is not stored in a hashed format and thus cannot simply be read out. +You can hash the `ADMIN_TOKEN` using argon2id by generating a [PHC string](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md). This ensures that the admin token is stored in a hashed format and thus cannot simply be read out. The PHC string can be generated by [using the built-in `hash` command](#using-vaultwarden-hash) or by [using the `argon2` CLI tool](#using-argon2).