TVL depot development (mail to depot@tvl.su)
 help / color / mirror / code / Atom feed
* [PATCH] ops/users: Rehash password for kn
@ 2021-05-24 18:26 Klemens Nanni
  0 siblings, 0 replies; only message in thread
From: Klemens Nanni @ 2021-05-24 18:26 UTC (permalink / raw)
  To: depot; +Cc: Klemens Nanni

This time using `tools.hash-password` because login did not work with the
initially created hash.
---
 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 5a047a3d5..7e3b6fe98 100644
--- a/ops/users/default.nix
+++ b/ops/users/default.nix
@@ -69,7 +69,7 @@
   {
     username = "kn";
     email = "klemens@posteo•de";
-    password = "{ARGON2}$argon2id$v=19$m=65536,t=3,p=1$NGYzZjFkYjMyNzY0MDc5M2NhYzU5ZmI5NzhmMmY0NGE$XDjCTUrzbXaAwl1DZeVMLldLJXcs15kFkqU1o3vwAt8";
+    password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$CoRZInysud4sduDoMjVOCw$/bdvAvyPO2DPxOcHlBiG2+rbTGF9XAcHUhPurxiIpZM";
   }
   {
     username = "lukegb";
-- 
2.31.1



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

only message in thread, other threads:[~2021-05-24 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 18:26 [PATCH] ops/users: Rehash password for kn Klemens Nanni

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).