mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
simpler seeded user password
This commit is contained in:
parent
983d606013
commit
f86df6fdcb
2 changed files with 6 additions and 6 deletions
|
@ -24,9 +24,9 @@
|
||||||
"access_level": "normal"
|
"access_level": "normal"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Episode Discussion",
|
"name": "Shows and Movies",
|
||||||
"short_name": "pony",
|
"short_name": "pony",
|
||||||
"description": "Discuss the show, characters, and theories",
|
"description": "Discuss TV shows and movies, as well as their characters and theories.",
|
||||||
"access_level": "normal"
|
"access_level": "normal"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"users": [{
|
"users": [{
|
||||||
"name": "Administrator",
|
"name": "Administrator",
|
||||||
"email": "admin@example.com",
|
"email": "admin@example.com",
|
||||||
"password": "trixieisbestpony",
|
"password": "philomena",
|
||||||
"role": "admin"
|
"role": "admin"
|
||||||
}],
|
}],
|
||||||
"rating_tags": [
|
"rating_tags": [
|
||||||
|
|
|
@ -2,19 +2,19 @@
|
||||||
"users": [{
|
"users": [{
|
||||||
"name": "Hot Pocket Consumer",
|
"name": "Hot Pocket Consumer",
|
||||||
"email": "moderator@example.com",
|
"email": "moderator@example.com",
|
||||||
"password": "willdeleteglimmerposts4hotpockets",
|
"password": "philomena",
|
||||||
"role": "moderator"
|
"role": "moderator"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Hoping For a Promotion",
|
"name": "Hoping For a Promotion",
|
||||||
"email": "assistant@example.com",
|
"email": "assistant@example.com",
|
||||||
"password": "hotpocketfetchingass",
|
"password": "philomena",
|
||||||
"role": "assistant"
|
"role": "assistant"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Pleb",
|
"name": "Pleb",
|
||||||
"email": "user@example.com",
|
"email": "user@example.com",
|
||||||
"password": "glimmerpostingplebeian",
|
"password": "philomena",
|
||||||
"role": "user"
|
"role": "user"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue