Files
PINE/test/data/users.json
Laura Glendenning d6aa00330d Add development updates.
Including:
1. Generated python documentat in docs/.
2. Starting a new python client in client/.
3. Moving testing data to test/.
4. The addition of Cypress UI tests and pytest tests in test/.
5. A number of bug fixes and improvements.
2020-07-30 11:59:05 -04:00

39 lines
1.1 KiB
JSON

[
{
"_id": "admin",
"firstname": "PINE",
"lastname": "Administrator",
"email": "admin@pine.jhuapl.edu",
"description": "Administrator account for PINE.",
"role": ["user", "administrator"],
"password": "admin@pine.jhuapl.edu"
},
{
"_id": "ada",
"firstname": "Ada",
"lastname": "Lovelace",
"email": "ada@pine.jhuapl.edu",
"description": "The first computer programmer.",
"role": ["user"],
"password": "ada@pine.jhuapl.edu"
},
{
"_id": "margaret",
"firstname": "Margaret",
"lastname": "Hamilton",
"email": "margaret@pine.jhuapl.edu",
"description": "Software engineer who took humans to the moon.",
"role": ["user"],
"password": "margaret@pine.jhuapl.edu"
},
{
"_id": "katherine",
"firstname": "Katherine",
"lastname": "Johnson",
"email": "katherine@pine.jhuapl.edu",
"description": "Hidden figure responsible for critical space calculations.",
"role": ["user"],
"password": "katherine@pine.jhuapl.edu"
}
]