feat(ops/users): Add noteed to users
Change-Id: I40b99a46b76d0df40b811350f3560c629babdbc4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7319 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
d36aaeb967
commit
888b7faa18
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@
|
||||||
email = "lukegb@tvl.fyi";
|
email = "lukegb@tvl.fyi";
|
||||||
password = "{SSHA}7a85VNhpFElFw+N5xcjgGmt4HnBsaGp4";
|
password = "{SSHA}7a85VNhpFElFw+N5xcjgGmt4HnBsaGp4";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
username = "noteed";
|
||||||
|
email = "noteed@gmail.com";
|
||||||
|
password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$rcLfF9xXysSx5sahVQLiMA$EgRgAVXn8+r2Csa3XgIHIEBf3hX4Y58pOHf2eDaBUnA";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
username = "nyanotech";
|
username = "nyanotech";
|
||||||
email = "nyanotechnology@gmail.com";
|
email = "nyanotechnology@gmail.com";
|
||||||
|
|
Loading…
Reference in a new issue