From 6c243d40a30102c00f5d730c789664b61c2326cd Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 23 May 2021 19:50:59 +0200 Subject: fix(ops/users): Fix hash format for cschilling Change-Id: Ib0c53e8f6bc030cbdfe31020ed9d6764bd732a62 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3146 Reviewed-by: tazjin Tested-by: BuildkiteCI --- ops/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/users') diff --git a/ops/users/default.nix b/ops/users/default.nix index a264043e1b..ae370f73fc 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -14,7 +14,7 @@ { username = "cschilling"; email = "christian.schilling.de@gmail.com"; - password = "{ARGON2}$argon2d$v=19$m=65536,t=4,p=1$c2RzcjEyMzQyYXM$dVXyWJRKJsVXtun/OM6wmU970K3zT/6hbLkoddHAW50"; + password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$9VN3IS6ViW5FFbVKWOZI6Q$gZxuYAYk0Opq4E5i8cbcNjfznCQNc+RiP7Xv1CUnrQU"; } { username = "cynthia"; -- cgit 1.4.1