Statistics
| Branch: | Tag: | Revision:

root / astakos / im / fixtures / auth_test_data.json @ 890b0eaf

History | View | Annotate | Download (4 kB)

1
[
2
    {
3
        "model": "im.AstakosUser",
4
        "pk": 2,
5
        "fields": {
6
            "username": "test",
7
            "level": 0,
8
            "invitations": 10000,
9
            "password": "0000",
10
            "auth_token": "0000",
11
            "auth_token_created": "2011-04-07 09:17:14",
12
            "auth_token_expires": "2015-04-07 09:17:14",
13
            "updated": "2011-02-06"
14
               }
15
    },
16
    {
17
        "model": "im.AstakosUser",
18
        "pk": 3,
19
        "fields": {
20
            "username": "verigak",
21
            "level": 1,
22
            "invitations": 3,
23
            "is_superuser": 1,
24
            "password": "0001",
25
            "auth_token": "0001",
26
            "auth_token_created": "2011-04-07 09:17:14",
27
            "auth_token_expires": "2015-04-07 09:17:14",
28
            "updated": "2011-02-06"
29
               }
30
    },
31
    {
32
        "model": "im.AstakosUser",
33
        "pk": 4,
34
        "fields": {
35
            "username": "chazapis",
36
            "level": 1,
37
            "invitations": 3,
38
            "password": "0002",
39
            "auth_token": "0002",
40
            "auth_token_created": "2011-04-07 09:17:14",
41
            "auth_token_expires": "2015-04-07 09:17:14",
42
            "updated": "2011-02-06"
43
               }
44
    },
45
    {
46
        "model": "im.AstakosUser",
47
        "pk": 5,
48
        "fields": {
49
            "username": "gtsouk",
50
            "level": 1,
51
            "invitations": 3,
52
            "password": "0003",
53
            "auth_token": "0003",
54
            "auth_token_created": "2011-04-07 09:17:14",
55
            "auth_token_expires": "2015-04-07 09:17:14",
56
            "updated": "2011-02-06"
57
               }
58
    },
59
    {
60
        "model": "im.AstakosUser",
61
        "pk": 6,
62
        "fields": {
63
            "username": "papagian",
64
            "level": 1,
65
            "invitations": 3,
66
            "password": "0004",
67
            "auth_token": "0004",
68
            "auth_token_created": "2011-04-07 09:17:14",
69
            "auth_token_expires": "2015-04-07 09:17:14",
70
            "updated": "2011-02-06"
71
               }
72
    },
73
    {
74
        "model": "im.AstakosUser",
75
        "pk": 7,
76
        "fields": {
77
            "username": "louridas",
78
            "level": 1,
79
            "invitations": 3,
80
            "password": "0005",
81
            "auth_token": "0005",
82
            "auth_token_created": "2011-04-07 09:17:14",
83
            "auth_token_expires": "2015-04-07 09:17:14",
84
            "updated": "2011-02-06"
85
               }
86
    },
87
    {
88
        "model": "im.AstakosUser",
89
        "pk": 8,
90
        "fields": {
91
            "username": "chstath",
92
            "level": 1,
93
            "invitations": 3,
94
            "password": "0006",
95
            "auth_token": "0006",
96
            "auth_token_created": "2011-04-07 09:17:14",
97
            "auth_token_expires": "2015-04-07 09:17:14",
98
            "updated": "2011-02-06"
99
               }
100
    },
101
    {
102
        "model": "im.AstakosUser",
103
        "pk": 9,
104
        "fields": {
105
            "username": "pkanavos",
106
            "level": 1,
107
            "invitations": 3,
108
            "password": "0007",
109
            "auth_token": "0007",
110
            "auth_token_created": "2011-04-07 09:17:14",
111
            "auth_token_expires": "2015-04-07 09:17:14",
112
            "updated": "2011-02-06"
113
               }
114
    },
115
    {
116
        "model": "im.AstakosUser",
117
        "pk": 10,
118
        "fields": {
119
            "username": "mvasilak",
120
            "level": 1,
121
            "invitations": 3,
122
            "password": "0008",
123
            "auth_token": "0008",
124
            "auth_token_created": "2011-04-07 09:17:14",
125
            "auth_token_expires": "2015-04-07 09:17:14",
126
            "updated": "2011-02-06"
127
               }
128
    },
129
    {
130
        "model": "im.AstakosUser",
131
        "pk": 11,
132
        "fields": {
133
            "username": "διογένης",
134
            "level": 2,
135
            "invitations": 2,
136
            "password": "0009",
137
            "auth_token": "0009",
138
            "auth_token_created": "2011-04-07 09:17:14",
139
            "auth_token_expires": "2015-04-07 09:17:14",
140
            "updated": "2011-02-06"
141
               }
142
    }
143
]