From b26e941fe95b313e8224f67a5ccf88cabfcb0069 Mon Sep 17 00:00:00 2001 From: CLDKT <140311811+CLDKT@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:02:32 +0200 Subject: [PATCH] The quotes make the ADMIN TOKEN appear to be a plain password. I had to remove them to make it work. Maybe I am wrong. Using Unraid. --- 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 4f0bd59..d5954e4 100644 --- a/Enabling-admin-page.md +++ b/Enabling-admin-page.md @@ -131,7 +131,7 @@ WARNING: The m variable is not set. Defaulting to a blank string. **.env:** -_Make sure you use single quotes in the `.env` file used by docker-compose._ +_Make sure you do not use single quotes in the `.env` file used by docker-compose._ ```bash VAULTWARDEN_ADMIN_TOKEN='$argon2id$v=19$m=65540,t=3,p=4$MmeK.....'