-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
56 lines (56 loc) · 1.76 KB
/
users.json
File metadata and controls
56 lines (56 loc) · 1.76 KB
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
[
{
"model": "auth.user",
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$1000000$LW9e6ae5XNFtvgIxSrmAqE$xNkLGMXnUasJDf63lF6sxCvC5En0iBlLhpkUHD4TQsk=",
"last_login": "2025-07-05T09:49:54.163Z",
"is_superuser": true,
"username": "sandh",
"first_name": "",
"last_name": "",
"email": "sandhyaharsh@gmail.com",
"is_staff": true,
"is_active": true,
"date_joined": "2025-07-04T23:57:43.625Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "auth.user",
"pk": 2,
"fields": {
"password": "pbkdf2_sha256$1000000$LW9e6ae5XNFtvgIxSrmAqE$xNkLGMXnUasJDf63lF6sxCvC5En0iBlLhpkUHD4TQsk=",
"last_login": null,
"is_superuser": true,
"username": "admin",
"first_name": "",
"last_name": "",
"email": "admin@dealradar.com",
"is_staff": true,
"is_active": true,
"date_joined": "2025-07-05T00:29:16.697Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "auth.user",
"pk": 3,
"fields": {
"password": "pbkdf2_sha256$1000000$HgTQym1D93JCajCNSntsVY$PrmH85f0a4eLZHD4Yn+UChkhh2o58beK1/EIQKFfkvw=",
"last_login": null,
"is_superuser": false,
"username": "testuser",
"first_name": "Test",
"last_name": "User",
"email": "your-real-email@gmail.com",
"is_staff": false,
"is_active": true,
"date_joined": "2025-07-05T18:00:09.606Z",
"groups": [],
"user_permissions": []
}
}
]