14 lines
441 B
YAML
14 lines
441 B
YAML
users:
|
|
besitzer:
|
|
displayname: 'Besitzer'
|
|
password: '$argon2id$v=19$m=65536,t=3,p=4$Qno2VXJTVVNNNERjVkVXbQ$rEUoGFLekVIVXm76ahP8hcqLHjstRpM1pMLf0tUTBJM'
|
|
email: mail@example.com
|
|
groups:
|
|
- account
|
|
- serve
|
|
bedienung:
|
|
displayname: 'Bedienung'
|
|
password: '$argon2id$v=19$m=65536,t=3,p=4$WjlhejJVSXc5TVNLQVprUw$i6DzQukeTsXh3VL36KtCyt+rAdbJSG5AMe3c8Xiw34Q'
|
|
email: mail@example.com
|
|
groups:
|
|
- serve
|