mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 12:08:00 +01:00
password needs to be longer
This commit is contained in:
parent
cafc2b9875
commit
00a2c26e0d
2 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@
|
|||
"users": [{
|
||||
"name": "Administrator",
|
||||
"email": "admin@example.com",
|
||||
"password": "philomena",
|
||||
"password": "philomena123",
|
||||
"role": "admin"
|
||||
}],
|
||||
"rating_tags": [
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
"users": [{
|
||||
"name": "Hot Pocket Consumer",
|
||||
"email": "moderator@example.com",
|
||||
"password": "philomena",
|
||||
"password": "philomena123",
|
||||
"role": "moderator"
|
||||
},
|
||||
{
|
||||
"name": "Hoping For a Promotion",
|
||||
"email": "assistant@example.com",
|
||||
"password": "philomena",
|
||||
"password": "philomena123",
|
||||
"role": "assistant"
|
||||
},
|
||||
{
|
||||
"name": "Pleb",
|
||||
"email": "user@example.com",
|
||||
"password": "philomena",
|
||||
"password": "philomena123",
|
||||
"role": "user"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue