Skip to content

Commit

Permalink
refactor: up user password
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Oct 7, 2023
1 parent 09a81b3 commit 5b879d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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: A$1rcsuperpw
password: CNQJrH%KAayeDpf3h
defaultScope: r-ug
roleAssociations:
- role: superadministrator-r-id
Expand Down Expand Up @@ -53,7 +53,7 @@
firstName: Manuel
lastName: Musteradmin
email: [email protected]
password: A$1rcadminpw
password: CNQJrH%KAayeDpf3h
defaultScope: r-ug
roleAssociations:
- role: user-r-id
Expand Down Expand Up @@ -115,7 +115,7 @@
firstName: Kurt
lastName: Kunde
email: [email protected]
password: A$1rccustomer1pw
password: CNQJrH%KAayeDpf3h
defaultScope: r-ug
roleAssociations:
- role: user-r-id
Expand Down Expand Up @@ -169,7 +169,7 @@
firstName: Katrin
lastName: Kundin
email: [email protected]
password: A$1rccustomer2pw
password: CNQJrH%KAayeDpf3h
defaultScope: r-ug
roleAssociations:
- role: user-r-id
Expand Down Expand Up @@ -223,7 +223,7 @@
firstName: Karl
lastName: Kunde
email: [email protected]
password: A$1rccustomer3pw
password: CNQJrH%KAayeDpf3h
defaultScope: r-ug
roleAssociations:
- role: user-r-id
Expand Down Expand Up @@ -277,7 +277,7 @@
firstName: Upsert
lastName: Tokens
email: [email protected]
password: A$1rcsuperpw
password: CNQJrH%KAayeDpf3h
defaultScope: ""
roleAssociations:
- id: superadministrator-r-role-assoc-id
Expand Down

0 comments on commit 5b879d4

Please sign in to comment.