-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo_users.json
More file actions
122 lines (122 loc) · 3.94 KB
/
demo_users.json
File metadata and controls
122 lines (122 loc) · 3.94 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
[
{
"id": "2ebef1c4-2991-4f42-b3e4-c0d72f620ca4",
"username": "admin",
"password_hash": "$2b$12$4ZX6hgZqhiqQLpxopx7izOSLCJOn29vBNbFapXQyI6MmjXhiiWKrK",
"email": "admin@example.com",
"full_name": "Admin Yönetici",
"role": "admin",
"customer_number": null,
"channel_type": null,
"is_active": true,
"created_at": "2025-10-29T18:16:10.207503+00:00"
},
{
"id": "07963f73-f1dd-4b25-9bf6-97037d2457fb",
"username": "manager",
"password_hash": "$2b$12$X6CkDZvljq2NMr9p7axU8unVQxr0D8R97eKO2t.VG82jU/Wgwh0z6",
"email": "manager@example.com",
"full_name": "Ahmet Yılmaz",
"role": "warehouse_manager",
"customer_number": null,
"channel_type": null,
"is_active": true,
"created_at": "2025-10-29T18:16:10.432409+00:00"
},
{
"id": "7ef3d653-718e-4627-80d2-d2adc81a19de",
"username": "staff",
"password_hash": "$2b$12$qg7N/koevwazLEZGJ/JcPepMZLBnygaKCPCmEGlp4Mwh9bFCqxQg.",
"email": "staff@example.com",
"full_name": "Mehmet Demir",
"role": "warehouse_staff",
"customer_number": null,
"channel_type": null,
"is_active": true,
"created_at": "2025-10-29T18:16:10.655513+00:00"
},
{
"id": "229d4c4b-7c2b-4527-916d-2bfa20919279",
"username": "satistemsilcisi",
"password_hash": "$2b$12$DDKmN0mjr7eRp.PHM0ZmdOhEFzewPnVgpWX1NrjAWR8wfj6KWfmzi",
"email": "satis@example.com",
"full_name": "Satış Temsilcisi",
"role": "sales_rep",
"customer_number": null,
"channel_type": null,
"is_active": true,
"created_at": "2025-10-29T18:16:10.878663+00:00"
},
{
"id": "45972510-c408-42d8-8d78-ee6c992fce4f",
"username": "muhasebe",
"password_hash": "$2b$12$45qNQNXVSl/kkOua4xiNouUiuEra606KqKIzeClfqiZLlVYGjMiNi",
"email": "muhasebe@example.com",
"full_name": "Zeynep Accounting",
"role": "accounting",
"customer_number": null,
"channel_type": null,
"is_active": true,
"created_at": "2025-10-29T18:16:11.106546+00:00"
},
{
"id": "75477aae-5092-448e-8616-f47ab2c3bf82",
"username": "plasiyer1",
"password_hash": "$2b$12$0E828.zyVLcOil5TJh9wUO9XlNmdun5yZiDiZO0KkhAB7ELtLuDZq",
"email": "plasiyer1@example.com",
"full_name": "Plasiyer 1",
"role": "sales_agent",
"customer_number": null,
"channel_type": null,
"is_active": true,
"created_at": "2025-10-29T18:16:11.328769+00:00"
},
{
"id": "1675576e-6cf8-46d9-8462-3d08ca84105c",
"username": "plasiyer2",
"password_hash": "$2b$12$1RLpYGWW4gMvMFajVwzuxOX72kOLdbTN9Jj36LEmiHC98VJyKM0im",
"email": "plasiyer2@example.com",
"full_name": "Plasiyer 2",
"role": "sales_agent",
"customer_number": null,
"channel_type": null,
"is_active": true,
"created_at": "2025-10-29T18:16:11.551086+00:00"
},
{
"id": "d445c621-9b5a-42c2-a9b7-80f09783836e",
"username": "musteri1",
"password_hash": "$2b$12$rjI0O41X/UyRV4vQUOVRg.COam3hc7PTXGlbobIVX/c7/Ecr.nkrO",
"email": "musteri1@example.com",
"full_name": "Müşteri 1",
"role": "customer",
"customer_number": "1234567890",
"channel_type": "dealer",
"is_active": true,
"created_at": "2025-10-29T18:16:11.774689+00:00"
},
{
"id": "c155f968-75e3-4f85-950d-4a515e3bd414",
"username": "musteri2",
"password_hash": "$2b$12$mhExMOJMroF5iXI1Zf8tbeQUMRnfRh9yhFWzsm93EuO.LjdplKni.",
"email": "musteri2@example.com",
"full_name": "Müşteri 2",
"role": "customer",
"customer_number": "1234567891",
"channel_type": "logistics",
"is_active": true,
"created_at": "2025-10-29T18:16:12.000353+00:00"
},
{
"id": "497f75df-0d7d-45cc-9c69-b1aa2f1ff170",
"username": "musteri3",
"password_hash": "$2b$12$OaMWkks1hFDNm8mJ9hcCfu5XQ65Izhb42lYwwMZCxfVZ1t7oP8qpy",
"email": "musteri3@example.com",
"full_name": "Müşteri 3",
"role": "customer",
"customer_number": "1234567892",
"channel_type": "dealer",
"is_active": true,
"created_at": "2025-10-29T18:16:12.228310+00:00"
}
]