aboutsummaryrefslogtreecommitdiffstats
path: root/bin/acme/acme-users.json
blob: 0be340e7006ceb2309b2d0ab295139d89be8a2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "User_Items" : [
    {
      "name" : "rrunner",
      "first_name" : "Road",
      "last_name" : "Runner",
      "email" : "Road.Runner@acme.com",
      "role" : "Protagonist",
      "group" : "Admin",
      "password" : "beepbeep"
    },
    {
      "name" : "wcoyote",
      "first_name" : "Wile E.",
      "last_name" : "Coyote",
      "email" : "Wile.E.Coyote@acme.com",
      "role" : "Antagonist",
      "group" : "Reader",
      "password" : "ouchouch"
    }
   ]
}