From 8696726244ac60883028c583628411639bf75bb4 Mon Sep 17 00:00:00 2001 From: Smitty' via Issues & Patches Date: Tue, 5 Oct 2021 19:38:43 -0400 Subject: fix(ops/users): correct password hash for smitop The previous hash had a weird salt length and a trailing newline. This fixes it. Change-Id: I1f03238181d0caad38e1f1dbc477356bc20fc32d Reviewed-on: https://cl.tvl.fyi/c/depot/+/3689 Reviewed-by: tazjin Tested-by: BuildkiteCI --- ops/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/users/default.nix') diff --git a/ops/users/default.nix b/ops/users/default.nix index 299e405fc0..f6e7e9bece 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -142,6 +142,6 @@ { username = "smitop"; email = "me@smitop.com"; - password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$c2FsdHlib2l0bjIwODAycGh0MjBraHlpbmR3$8phIS6531q+zFbKQIhAPgXB5zYxTp3sDLErJFbhDdFU"; + password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$H78rQtmhlzrPEifbXPoCVw$IBg7ePTm/u+e8r2A8aJ4iaaQBzMUw1isS9YJAZ8aT3o"; } ] -- cgit 1.4.1