From: "'Smitty' via Issues & Patches" <depot@tazj.in>
To: depot@tazj.in
Cc: Smitty <me@smitop•com>
Subject: [PATCH] fix(ops/users): correct password hash for smitop
Date: Tue, 5 Oct 2021 19:38:43 -0400 [thread overview]
Message-ID: <20211005233843.34903-1-me@smitop.com> (raw)
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
reply other threads:[~2021-10-05 23:39 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=20211005233843.34903-1-me@smitop.com \
--to=depot@tazj.in \
--cc=me@smitop$(echo .)com \
/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).