From db2580cfac11f189dd8b01e303618da1b8ac284c Mon Sep 17 00:00:00 2001 From: Lucas Conrad Date: Sun, 21 Jun 2026 20:15:43 +0200 Subject: [PATCH] changed password --- docker/stacks/00-core/authelia/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/stacks/00-core/authelia/users.yml b/docker/stacks/00-core/authelia/users.yml index e018156..694551c 100644 --- a/docker/stacks/00-core/authelia/users.yml +++ b/docker/stacks/00-core/authelia/users.yml @@ -3,7 +3,7 @@ users: displayname: "Kotori" # To generate a password hash, use docker run authelia/authelia:latest authelia crypto hash generate argon2 --password 'yourpassword' # Default is 'kotori' - password: "$argon2id$v=19$m=65536,t=3,p=4$R9730030W0Nud7Xq+8qBsg$eP9t0+3/n/S2nUq9YfB6i7x9n/8k8hH1G/1Y5Zt/u+Y" + password: "$argon2id$v=19$m=65536,t=3,p=4$HqW8i+zWRHKaEAET98YxWg$USJGo5sqCuuy7cB/qLXKXapmo10o1yFbGhRSJAJN+Mc" email: admin@kotori-waifu.cc groups: - admins