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"
|
||||
},
|
||||
{
|
||||
"name": "Episode Discussion",
|
||||
"name": "Shows and Movies",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
|
@ -63,7 +63,7 @@
|
|||
"users": [{
|
||||
"name": "Administrator",
|
||||
"email": "admin@example.com",
|
||||
"password": "trixieisbestpony",
|
||||
"password": "philomena",
|
||||
"role": "admin"
|
||||
}],
|
||||
"rating_tags": [
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
"users": [{
|
||||
"name": "Hot Pocket Consumer",
|
||||
"email": "moderator@example.com",
|
||||
"password": "willdeleteglimmerposts4hotpockets",
|
||||
"password": "philomena",
|
||||
"role": "moderator"
|
||||
},
|
||||
{
|
||||
"name": "Hoping For a Promotion",
|
||||
"email": "assistant@example.com",
|
||||
"password": "hotpocketfetchingass",
|
||||
"password": "philomena",
|
||||
"role": "assistant"
|
||||
},
|
||||
{
|
||||
"name": "Pleb",
|
||||
"email": "user@example.com",
|
||||
"password": "glimmerpostingplebeian",
|
||||
"password": "philomena",
|
||||
"role": "user"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue