From 6c92a8b0f7006e8547eb95f90f4af00b20ff9ef1 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Thu, 16 Jun 2022 13:09:28 +0000 Subject: [PATCH] Update users.toml --- config/bffh/users.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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!"