From 56a7505f15f0f4c1397c4182695997e026007319 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:40:09 +0100 Subject: [PATCH] Fix: Authelia Unbound Variable Argon2id (#2604) --- install/authelia-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/authelia-install.sh b/install/authelia-install.sh index 81ccfa3e..15257af6 100644 --- a/install/authelia-install.sh +++ b/install/authelia-install.sh @@ -38,7 +38,7 @@ users: authelia: disabled: false displayname: "Authelia Admin" - password: "$argon2id$v=19$m=65536,t=3,p=4$ZBopMzXrzhHXPEZxRDVT2w$SxWm96DwhOsZyn34DLocwQEIb4kCDsk632PuiMdZnig" + password: "\$argon2id\$v=19\$m=65536,t=3,p=4\$ZBopMzXrzhHXPEZxRDVT2w\$SxWm96DwhOsZyn34DLocwQEIb4kCDsk632PuiMdZnig" groups: [] EOF