From af5414d0bbf4229ee3891f7602195125a65b2ade Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Fri, 11 Jul 2025 22:46:14 +0300 Subject: [PATCH] fix --- authelia/users.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/authelia/users.yml b/authelia/users.yml index c590c6f..e493d4d 100644 --- a/authelia/users.yml +++ b/authelia/users.yml @@ -1,3 +1,5 @@ users: emmatveev: - password: "$argon2id$v=19$m=65536,t=1,p=4$CixMXaAilVof3yk1rtghwg$V/kcl1HNDWeybrV3SrVjjdI00D1lFtuvLldkwAklSOE" \ No newline at end of file + password: "$argon2id$v=19$m=65536,t=1,p=4$CixMXaAilVof3yk1rtghwg$V/kcl1HNDWeybrV3SrVjjdI00D1lFtuvLldkwAklSOE" + displayname: "Egor Matveev" + email: emmtvv@gmail.com \ No newline at end of file -- 2.45.2