-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusers.json
39 lines (39 loc) · 1.02 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
39
[ {
"username" : "tizianoFerro",
"password" : "LoStadio2015",
"type" : "Configuratore"
}, {
"username" : "robertoBenigni",
"password" : "LaVitaèBella97",
"type" : "Configuratore"
}, {
"username" : "Gabbayyyy",
"email" : "gabriele.baiguini@gmail.com",
"comprensorioDiAppartenenza" : "Bergamo",
"password" : "wasd1234",
"type" : "Fruitore"
}, {
"username" : "martinomaff",
"email" : "martino.bariselli@gmail.com",
"comprensorioDiAppartenenza" : "Brescia",
"password" : "martino123",
"type" : "Fruitore"
}, {
"username" : "WadeGiovanniBaiguini",
"email" : "wade.baiguini@gmail.com",
"comprensorioDiAppartenenza" : "Brescia",
"password" : "fourmis7",
"type" : "Fruitore"
}, {
"username" : "LucaMaff",
"email" : "luca.barismaff@gmail.com",
"comprensorioDiAppartenenza" : "Brescia",
"password" : "luca1234",
"type" : "Fruitore"
}, {
"username" : "GiorgioVanni",
"email" : "giorgio.baigua@tiscali.it",
"comprensorioDiAppartenenza" : "Bergamo",
"password" : "gormiti1",
"type" : "Fruitore"
} ]