Statistics
| Branch: | Tag: | Revision:

root / aai / fixtures / auth_test_data.json @ c9fdfa27

History | View | Annotate | Download (479 Bytes)

1
[
2
    {
3
        "model": "db.SynnefoUser",
4
        "pk": 1,
5
        "fields": {
6
            "name": "testdbuser",
7
            "realname" :"test db user",
8
            "uniq" :"test@synnefo.gr",
9
            "credit": 10,
10
            "auth_token": "46e427d657b20defe352804f0eb6f8a2",
11
            "auth_token_created": "2011-04-07 09:17:14",
12
            "auth_token_expires": "2015-04-07 09:17:14",
13
            "type": "STUDENT",
14
            "created": "2011-02-06"
15
               }
16
    }
17
]