Update users.toml

This commit is contained in:
TheJoKlLa 2022-06-16 13:09:28 +00:00
parent 2b9240b041
commit 6c92a8b0f7

View File

@ -1,4 +1,4 @@
[Admin1] [Admin]
roles = ["Admin", "ManageUsers"] roles = ["Admin", "ManageUsers"]
passwd = "secret" passwd = "secret"
noot = "noot!" noot = "noot!"
@ -10,13 +10,13 @@ passwd = "secret"
noot = "noot!" noot = "noot!"
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
[MakerA1] [Maker]
roles = ["Use", "Read", "Disclose"] roles = ["Use", "Read", "Disclose"]
passwd = "secret" passwd = "secret"
noot = "noot!" noot = "noot!"
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
[GuestA1] [Guest]
roles = ["Read", "Disclose"] roles = ["Read", "Disclose"]
passwd = "secret" passwd = "secret"
noot = "noot!" noot = "noot!"