TVL depot development (mail to depot@tvl.su)
 help / color / mirror / code / Atom feed
From: Klemens Nanni <klemens@posteo•de>
To: depot@tazj.in
Cc: Klemens Nanni <klemens@posteo•de>
Subject: [PATCH] ops/users: Rehash password for kn
Date: Mon, 24 May 2021 18:26:28 +0000	[thread overview]
Message-ID: <20210524182628.15040-1-klemens@posteo.de> (raw)

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



                 reply	other threads:[~2021-05-24 18:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210524182628.15040-1-klemens@posteo.de \
    --to=klemens@posteo$(echo .)de \
    --cc=depot@tazj.in \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).