TVL depot development (mail to depot@tvl.su)
 help / color / mirror / code / Atom feed
* [PATCH] fix(ops/users): correct password hash for smitop
@ 2021-10-05 23:38 'Smitty' via Issues & Patches
  0 siblings, 0 replies; only message in thread
From: 'Smitty' via Issues & Patches @ 2021-10-05 23:38 UTC (permalink / raw)
  To: depot; +Cc: Smitty

The previous hash had a weird salt length and a trailing newline.
This fixes it.
---
 ops/users/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ops/users/default.nix b/ops/users/default.nix
index 299e405fc..f6e7e9bec 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";
   }
 ]
-- 
2.30.2



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-05 23:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 23:38 [PATCH] fix(ops/users): correct password hash for smitop 'Smitty' via Issues & Patches

Code repositories for project(s) associated with this public inbox

	https://code.tvl.fyi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).