-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusers.json
38 lines (38 loc) · 1.04 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
[
{
"_id": "5c8a1d5b0190b214360dc057",
"name": "Jonas Schmedtmann",
"email": "[email protected]",
"role": "superadmin",
"active": true,
"photo": "user-1.jpg",
"password": "$2a$12$Q0grHjH9PXc6SxivC8m12.2mZJ9BbKcgFpwSG4Y1ZEII8HJVzWeyS"
},
{
"_id": "5c8a1dfa2f8fb814b56fa181",
"name": "Lourdes Browning",
"email": "[email protected]",
"role": "admin",
"active": true,
"photo": "user-2.jpg",
"password": "$2a$12$hP1h2pnNp7wgyZNRwPsOTeZuNzWBv7vHmsR3DT/OaPSUBQT.y0S.."
},
{
"_id": "5c8a1e1a2f8fb814b56fa182",
"name": "Sophie Louise Hart",
"email": "[email protected]",
"role": "seller",
"active": true,
"photo": "user-3.jpg",
"password": "$2a$12$9nFqToiTmjgfFVJiQvjmreLt4k8X4gGYCETGapSZOb2hHa55t0dDq"
},
{
"_id": "5c8a1e1a2f8fb814b56fa182",
"name": "Sophie Louise Hart",
"email": "[email protected]",
"role": "buyer",
"active": true,
"photo": "user-3.jpg",
"password": "$2a$12$9nFqToiTmjgfFVJiQvjmreLt4k8X4gGYCETGapSZOb2hHa55t0dDq"
}
]