View sourcecode

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

users.json

32 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
{
    "users": [
        {
            "user": "Leonid",
            "password": "77627a351d4fd3d4170504b1955a49214020c72c",
            "userlvl": "user",
            "userid": 1,
            "active": true
        },
        {
            "user": "Leonid",
            "password": "9b50548b5f88ab0b343bdc226b3f2c73c2422954",
            "userlvl": "user",
            "userid": 2,
            "active": true
        },
        {
            "user": "Corre",
            "password": "e6dbfd527de3e00303b2e1c103aff429cf393d49",
            "userlvl": "user",
            "userid": 3,
            "active": true
        },
        {
            "user": "johan",
            "password": "3c56e93b3e112dd051c49346e6dab247abce89d7",
            "userlvl": "user",
            "userid": 4,
            "active": false
        }
    ]
}