-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccount.json
More file actions
77 lines (77 loc) · 1.57 KB
/
Copy pathaccount.json
File metadata and controls
77 lines (77 loc) · 1.57 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
[
{
"id": "pierre",
"password": "1234",
"role": "enseignant",
"prenom": "Pierre",
"nom": "Dupont",
"email": "pierre.dupont@utt.fr",
"telephone": "0102030405",
"adresse": {
"rue": "12 rue Marie Curie",
"ville": "Troyes",
"region": "Grand-Est",
"code_postal": "10000"
}
},
{
"id": "jean",
"password": "2345",
"role": "etudiant",
"prenom": "Jean",
"nom": "Dupont",
"email": "jean.dupont@utt.fr",
"telephone": "0102030406",
"adresse": {
"rue": "13 rue Marie Curie",
"ville": "Troyes",
"region": "Grand-Est",
"code_postal": "10000"
}
},
{
"id": "Emeline",
"password": "12345",
"role": "enseignant",
"prenom": "Emeline",
"nom": "Nerot",
"email": "emeline.nerot@utt.fr",
"telephone": "0943826144",
"adresse": {
"rue": "Le Foyer",
"ville": "3",
"region": "Aube",
"codePostal": "10000"
}
},
{
"id": "newuser",
"password": "1234",
"role": "enseignant",
"prenom": "GoodName",
"nom": "GoodSurname",
"email": "email@valid.com",
"telephone": "0123456789",
"adresse": {
"rue": "Rue 1",
"ville": "City",
"region": "Region",
"codePostal": "10000"
}
},
{
"id": "prof3",
"password": "prof3",
"role": "enseignant",
"prenom": "pierre",
"nom": "paul",
"email": "abc@gmail.com",
"telephone": "11",
"adresse": {
"rue": "11",
"ville": "11",
"region": ":''\"#",
"codePostal": "/<>**?.\"\" Dupont//><*\"?:,;."
}
}
]