mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-04 16:48:00 +01:00
33 lines
629 B
JSON
33 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"
|
||
|
}
|
||
|
]
|