simpler seeded user password

This commit is contained in:
Luna D 2021-09-30 16:58:45 +02:00
parent 983d606013
commit f86df6fdcb
No known key found for this signature in database
GPG key ID: 81AF416F2CC36FC8
2 changed files with 6 additions and 6 deletions

View file

@ -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": [

View file

@ -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"
}
],