mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18: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": [{
|
"users": [{
|
||||||
"name": "Administrator",
|
"name": "Administrator",
|
||||||
"email": "admin@example.com",
|
"email": "admin@example.com",
|
||||||
"password": "philomena",
|
"password": "philomena123",
|
||||||
"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": "philomena",
|
"password": "philomena123",
|
||||||
"role": "moderator"
|
"role": "moderator"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Hoping For a Promotion",
|
"name": "Hoping For a Promotion",
|
||||||
"email": "assistant@example.com",
|
"email": "assistant@example.com",
|
||||||
"password": "philomena",
|
"password": "philomena123",
|
||||||
"role": "assistant"
|
"role": "assistant"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Pleb",
|
"name": "Pleb",
|
||||||
"email": "user@example.com",
|
"email": "user@example.com",
|
||||||
"password": "philomena",
|
"password": "philomena123",
|
||||||
"role": "user"
|
"role": "user"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue