about summary refs log tree commit diff
path: root/ops/users
diff options
context:
space:
mode:
authorSmitty' via Issues & Patches <depot@tazj.in>2021-10-05T23·38-0400
committertazjin <mail@tazj.in>2021-10-05T23·52+0000
commit8696726244ac60883028c583628411639bf75bb4 (patch)
treed47e5bcb44a89da138e8dfd05f34c214775c4fbe /ops/users
parent3f0de23d616ba78775c21db95b6b26fad209c9bd (diff)
fix(ops/users): correct password hash for smitop r/2952
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 <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops/users')
-rw-r--r--ops/users/default.nix2
1 files changed, 1 insertions, 1 deletions
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";
   }
 ]