feat(tvl-slapd): add andi
Message-Id: <20200710190623.26573-1-andi@notmuch.email> Change-Id: Ibd74f93f589beecbf7fa9090550ecf95caa0a3b0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/982 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
021d688ccc
commit
d06237707b
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ let
|
|||
'');
|
||||
|
||||
users = [
|
||||
{
|
||||
username = "andi";
|
||||
email = "andi@notmuch.email";
|
||||
password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$8lefg7+8UPAEh9Ott8zH0A$7YuLRraTC1IgxTNTxFJF03AWmqBS3GX2+vfD4XVTrb0";
|
||||
}
|
||||
{
|
||||
username = "artemist";
|
||||
email = "me@artem.ist";
|
||||
|
|
Loading…
Reference in a new issue