diff --git a/config/bffh/users.toml b/config/bffh/users.toml index 68964ca..91aef65 100644 --- a/config/bffh/users.toml +++ b/config/bffh/users.toml @@ -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!"