View sourcecode

The following files exists in this folder. Click to view.

users.json

59 lines ASCII Unix (LF)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
    "users": [
        {
            "usn": "Philip",
            "pwd": "Philip123",
            "status": "admin"
        },
        {
            "usn": "Kalle",
            "pwd": "Charlie",
            "status": "user"
        },
        {
            "usn": "very sexyman",
            "pwd": "sexyman69",
            "status": "user"
        },
        {
            "usn": "Leonid",
            "pwd": "Maksinen",
            "status": "user"
        },
        {
            "usn": "John",
            "pwd": "flores",
            "status": "user"
        },
        {
            "usn": "Vill ej uppge",
            "pwd": "Porr69",
            "status": "user"
        },
        {
            "usn": "1",
            "pwd": "12",
            "status": "user"
        },
        {
            "usn": "Olle",
            "pwd": "olle123",
            "status": "user"
        },
        {
            "usn": "alibaba0907",
            "pwd": "philip",
            "status": "user"
        },
        {
            "usn": "test",
            "pwd": "test123",
            "status": "user"
        },
        {
            "usn": "johan",
            "pwd": "johansson",
            "status": "user"
        }
    ]
}