-
Notifications
You must be signed in to change notification settings - Fork 0
/
users.json
9 lines (9 loc) · 1.2 KB
/
users.json
1
2
3
4
5
6
7
8
9
{"Admin": {"password": "Admin", "secret_key": null, "email": null, "role": "Admin", "average": "100"},
"Mac": {"password": "MacPassword", "secret_key": "OIXUAEG5Z32JV2MV", "email": "[email protected]", "role": "Student", "program": "Software", "average": "73"},
"Professor-History": {"password": "History", "secret_key": null, "email": null, "role": "Professor", "program": "History", "average": "2"},
"Professor-Geology": {"password": "Geology", "secret_key": null, "email": null, "role": "Professor", "program": "Geology", "average": "100"},
"Student-History1": {"password": "History1", "secret_key": null, "email": null, "role": "Student", "program": "History", "average": "88"},
"Student-History2": {"password": "History2", "secret_key": null, "email": null, "role": "Student", "program": "History", "average": "79"},
"Student-Geology1": {"password": "Geology1", "secret_key": null, "email": null, "role": "Student", "program": "Geology", "average": "75"},
"Student-Geology2": {"password": "Geology2", "secret_key": null, "email": null, "role": "Student", "program": "Geology", "average": "88"},
"Dean": {"password": "Dean", "secret_key": null, "email": null, "role": "Dean", "program": null, "average": "100"}}