-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusers.json
74 lines (74 loc) · 4.14 KB
/
users.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"model": "auth.user",
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$216000$zepdPOQo99n4$kfkFBPA26wilrpWz1NWvR7Rtcxei9DEOCmo6Dcj5Lpk=",
"last_login": "2021-11-07T08:03:02.160Z",
"is_superuser": true,
"username": "manu",
"first_name": "",
"last_name": "",
"email": "[email protected]",
"is_staff": true,
"is_active": true,
"date_joined": "2021-11-07T06:53:01.306Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "auth.user",
"pk": 2,
"fields": {
"password": "pbkdf2_sha256$216000$y2xOnsvgufcD$S3nBKNSNywrwXiI4CBhSK0NvqxswzU7CrOyEC80Ay4U=",
"last_login": "2021-11-07T08:13:19.468Z",
"is_superuser": false,
"username": "organization",
"first_name": "",
"last_name": "",
"email": "[email protected]",
"is_staff": false,
"is_active": true,
"date_joined": "2021-11-07T06:57:07.339Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "auth.user",
"pk": 3,
"fields": {
"password": "pbkdf2_sha256$216000$cHGugDHNJCsL$VgTzf8gqN1mjUtfLRscfHyFKyJMYrJu8mEgoTmszB10=",
"last_login": "2021-11-07T08:21:36.037Z",
"is_superuser": false,
"username": "personal",
"first_name": "",
"last_name": "",
"email": "[email protected]",
"is_staff": false,
"is_active": true,
"date_joined": "2021-11-07T06:58:01.520Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "auth.user",
"pk": 4,
"fields": {
"password": "pbkdf2_sha256$216000$wVxvvPMZYyk3$WY5ofKbbKBs8AlGJHwyReQcMEShpnqFBZTAqLR7hWfc=",
"last_login": "2021-11-07T08:24:17.153Z",
"is_superuser": false,
"username": "GandakiHospital",
"first_name": "",
"last_name": "",
"email": "[email protected]",
"is_staff": false,
"is_active": true,
"date_joined": "2021-11-07T08:01:47.272Z",
"groups": [],
"user_permissions": []
}
}
]