fix(ops/users): Another try at a working password hash for mdjnsn

Change-Id: I8b4aea53abb2004585241ad17c5fdfd9186c58f4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3481
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
This commit is contained in:
Mike Johnson 2021-08-31 21:06:11 +01:00 committed by tazjin
parent fa8dd0f3ab
commit 9fc206f072

View file

@ -137,6 +137,6 @@
username = "mdjnsn";
email = "mdj@mikejohnson.xyz";
displayName = "Mike Johnson";
password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$bHVoZ3VnMjNlMml1MjMyMzRsM2pnaGwyM2c0aGwyM2c$s7ks8ujqzsGhCNfN/wFISLf2tVHZSr5sGpu/6r/HbRQ";
password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$77+f5DFbuzs5myyIUN2nHg$xyXkRhIHFVaPMZUhxPk1uxMpLeEmU3BeyQjDsNPlJVw";
}
]