-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathusers.json
37 lines (37 loc) · 1.05 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
[
{
"id": 1,
"name": "Pedro Fernandes",
"role": "CEO",
"password": "$2y$12$cZ9dTsPrOgDDr/XAD1916uqviq4U6KG10Ym2s/1KszRSemQ.m1lHS",
"email": "[email protected]"
},
{
"id": 2,
"name": "Pedro Silva",
"role": "Sales Manager",
"password": "$2y$12$RoUXzf6Ads2Qh1wgcpuaSuXtlP5xqR8SgZM0I0bG9jDbeC2icnc7C",
"email": "[email protected]"
},
{
"id": 3,
"name": "André Esteves",
"role": "Purchases Manager",
"password": "$2y$12$7PBo1ZXurpLJmz4S9NnWxOnKGlX6lmHQ0xV6HY0tQ68JOD9lfp/mK",
"email": "[email protected]"
},
{
"id": 4,
"name": "Mariana Costa",
"role": "Head of Finances",
"password": "$2y$12$VmtINol1mi5cyBxupjSlkeuGz5VxISg9giFPTOs8tobk66X1YSzIu",
"email": "[email protected]"
},
{
"id": 5,
"name": "Bruno Sousa",
"role": "Inventory Manager",
"password": "$2y$12$6/9NEd9dEPmNVf6oTKKSRu3rkG4noPCd0DtMFAoXnGTZQqJBsB8Yi",
"email": "[email protected]"
}
]