Skip to content

Commit

Permalink
Merge pull request #66 from restorecommerce/data-seed-users-password-…
Browse files Browse the repository at this point in the history
…updated

chore: data seed users password updated
  • Loading branch information
Arun-KumarH authored Sep 11, 2023
2 parents 9ca3e72 + 0d546b1 commit d7dca29
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions demo-shop/data/seed_data/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
firstName: Maria
lastName: Mustersuper
email: [email protected]
password: rcsuperpw
password: A$1rcsuperpw
defaultScope: r-ug
roleAssociations:
- role: superadministrator-r-id
Expand Down Expand Up @@ -53,7 +53,7 @@
firstName: Manuel
lastName: Musteradmin
email: [email protected]
password: rcadminpw
password: A$1rcadminpw
defaultScope: r-ug
roleAssociations:
- role: user-r-id
Expand Down Expand Up @@ -115,7 +115,7 @@
firstName: Kurt
lastName: Kunde
email: [email protected]
password: rccustomer1pw
password: A$1rccustomer1pw
defaultScope: r-ug
roleAssociations:
- role: user-r-id
Expand Down Expand Up @@ -169,7 +169,7 @@
firstName: Katrin
lastName: Kundin
email: [email protected]
password: rccustomer2pw
password: A$1rccustomer2pw
defaultScope: r-ug
roleAssociations:
- role: user-r-id
Expand Down Expand Up @@ -223,7 +223,7 @@
firstName: Karl
lastName: Kunde
email: [email protected]
password: rccustomer3pw
password: A$1rccustomer3pw
defaultScope: r-ug
roleAssociations:
- role: user-r-id
Expand Down Expand Up @@ -277,7 +277,7 @@
firstName: Upsert
lastName: Tokens
email: [email protected]
password: rcsuperpw
password: A$1rcsuperpw
defaultScope: ""
roleAssociations:
- id: superadministrator-r-role-assoc-id
Expand Down Expand Up @@ -325,4 +325,4 @@
type: upsert_token
scopes:
- superadministrator-r-role-assoc-id
lastAccess: 0
lastAccess: 0

0 comments on commit d7dca29

Please sign in to comment.