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"]
passwd = "secret"
noot = "noot!"
@ -10,13 +10,13 @@ passwd = "secret"
noot = "noot!"
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
[MakerA1]
[Maker]
roles = ["Use", "Read", "Disclose"]
passwd = "secret"
noot = "noot!"
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
[GuestA1]
[Guest]
roles = ["Read", "Disclose"]
passwd = "secret"
noot = "noot!"