-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
128 lines (128 loc) · 3.96 KB
/
users.json
File metadata and controls
128 lines (128 loc) · 3.96 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"id": 5,
"email": "sarah.johnson@techcorp.com",
"password": "$2b$10$TlFbuG62ZB29BQCRA2R6IeU544NuZb4GX8bXIMds5jR6tXReLnQhK",
"name": "Sarah Johnson",
"google_id": null,
"avatar": null,
"provider": "local",
"verified": 1,
"active": 1,
"last_login_at": null,
"created_at": "2025-07-25 04:24:58",
"updated_at": "2025-07-25 04:24:58"
},
{
"id": 6,
"email": "mike.chen@startup.io",
"password": "$2b$10$0XpI9/68xrEv7yGND4jdUuswrWrd4/J7oWTDOsZbcH49vyWDpCO5y",
"name": "Mike Chen",
"google_id": null,
"avatar": null,
"provider": "local",
"verified": 1,
"active": 1,
"last_login_at": null,
"created_at": "2025-07-25 04:24:58",
"updated_at": "2025-07-25 04:24:58"
},
{
"id": 7,
"email": "emma.wilson@freelancer.com",
"password": "$2b$10$p2DG.0nj7Jmt1uUf.YnBleyoSuOBelYtub9lgBNTxUEgcwXxNC/0S",
"name": "Emma Wilson",
"google_id": null,
"avatar": null,
"provider": "local",
"verified": 0,
"active": 1,
"last_login_at": null,
"created_at": "2025-07-25 04:24:58",
"updated_at": "2025-07-25 04:24:58"
},
{
"id": 8,
"email": "alex.rodriguez@gmail.com",
"password": null,
"name": "Alex Rodriguez",
"google_id": "108234567890123456789",
"avatar": "https://lh3.googleusercontent.com/a/ACg8ocKxVzAbc123def456ghi789jkl012mno345pqr678stu901vwx=s96-c",
"provider": "google_oauth2",
"verified": 1,
"active": 1,
"last_login_at": null,
"created_at": "2025-07-25 04:24:58",
"updated_at": "2025-07-25 04:24:58"
},
{
"id": 9,
"email": "jessica.taylor@outlook.com",
"password": null,
"name": "Jessica Taylor",
"google_id": "987654321098765432109",
"avatar": "https://lh3.googleusercontent.com/a/ACg8ocLmNoPqRsT987uvw654xyz321abc098def765ghi432jkl109mnop=s96-c",
"provider": "google_oauth2",
"verified": 1,
"active": 1,
"last_login_at": null,
"created_at": "2025-07-25 04:24:58",
"updated_at": "2025-07-25 04:24:58"
},
{
"id": 1,
"email": "admin@example.com",
"password": "$2b$10$t7t7eG0u.VPJOgg.XlxHVO40EwEdGbsOcaX9J/vzUV0utE.O/Y3EK",
"name": "Admin User",
"google_id": null,
"avatar": null,
"provider": "local",
"verified": 1,
"active": 1,
"last_login_at": null,
"created_at": "2025-07-22 08:25:45",
"updated_at": "2025-07-22 08:25:45"
},
{
"id": 2,
"email": "user@example.com",
"password": "$2b$10$4dxOxdfSRHVFsdU9HCRRUe/c.ogvhgJ6E3lmFF6aOuN0oBkE.K0li",
"name": "Regular User",
"google_id": null,
"avatar": null,
"provider": "local",
"verified": 1,
"active": 1,
"last_login_at": "2025-07-22T08:35:23.697Z",
"created_at": "2025-07-22 08:25:45",
"updated_at": "2025-07-22T08:35:23.697Z"
},
{
"id": 3,
"email": "test@example.com",
"password": "$2b$10$rJtZUWv8m8PncRVjCIxQ6eps4BtxTECH50QK.mb78p9dHYQaZ4tbe",
"name": "Test User",
"google_id": null,
"avatar": null,
"provider": "local",
"verified": 1,
"active": 1,
"last_login_at": null,
"created_at": "2025-07-22 08:25:45",
"updated_at": "2025-07-22 08:25:45"
},
{
"id": 4,
"email": "unconfirmed@example.com",
"password": "$2b$10$EQx8k.DNxorO7x5Ob5bEfeqNGYisNpiz0I6RTjTm3dqObisTcujRi",
"name": "Unconfirmed User",
"google_id": null,
"avatar": null,
"provider": "local",
"verified": 0,
"active": 0,
"last_login_at": null,
"created_at": "2025-07-22 08:25:45",
"updated_at": "2025-07-22 08:25:45"
}
]