chore(ops/users): Update password hash for asmundo

... some issue snuck in on the first one, as is tradition.

Change-Id: I06ce4df82cde26231cd1ab3df500de02e981d9bc
This commit is contained in:
Vincent Ambo 2021-11-29 18:12:19 +03:00
parent d143c3735f
commit 4d57898af4

View file

@ -147,6 +147,6 @@
{ {
username = "asmundo"; username = "asmundo";
email = "asmundo@gmail.com"; email = "asmundo@gmail.com";
password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$4MUdaTX8KFWNtgyC7OZBVA$hXO/tbZQA92RfEOfonwM5jr2Rd+B70ZY46SSbCUxjwU"; password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$wUpPczumK9/8z18pCp6QAw$KvAHhIc2ugeiyeLvxBlqlM87fZDjdwKEQpkAzq4aaCs";
} }
] ]