mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-04 08:37:59 +01:00
32 lines
629 B
JSON
32 lines
629 B
JSON
[
|
|
{
|
|
"name": "Hot Pocket Consumer",
|
|
"email": "moderator@example.com",
|
|
"password": "philomena123",
|
|
"role": "moderator"
|
|
},
|
|
{
|
|
"name": "Hoping For a Promotion",
|
|
"email": "assistant@example.com",
|
|
"password": "philomena123",
|
|
"role": "assistant"
|
|
},
|
|
{
|
|
"name": "Pleb",
|
|
"email": "user@example.com",
|
|
"password": "philomena123",
|
|
"role": "user"
|
|
},
|
|
{
|
|
"name": "Artist",
|
|
"email": "artist@example.com",
|
|
"password": "philomena123",
|
|
"role": "user"
|
|
},
|
|
{
|
|
"name": "Lurker",
|
|
"email": "lurker@example.com",
|
|
"password": "philomena123",
|
|
"role": "user"
|
|
}
|
|
]
|