Skip to content

Commit

Permalink
fix(user): remove obsolete fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Jan 10, 2024
1 parent 1f7cf14 commit 5216e17
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 10 deletions.
9 changes: 1 addition & 8 deletions datasets/demo-shop/data/seed-data/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
value: store.restorecommerce.io
tokens:
- name: unauthenticated_token
token: restorecommerce-demo-unauthenticated-user
token: k2veMOlBe52yUNMHNYJvCmD3T9iAKCpB
scopes:
- user-r-role-assoc-id
---
Expand Down Expand Up @@ -88,7 +88,6 @@
active: true
activationCode: ""
passwordHash: ""
unauthenticated: false
guest: false
image:
id: ""
Expand Down Expand Up @@ -149,7 +148,6 @@
active: true
activationCode: ""
passwordHash: ""
unauthenticated: false
guest: false
image:
id: ""
Expand Down Expand Up @@ -210,7 +208,6 @@
active: true
activationCode: ""
passwordHash: ""
unauthenticated: false
guest: false
image:
id: ""
Expand Down Expand Up @@ -271,7 +268,6 @@
active: true
activationCode: ""
passwordHash: ""
unauthenticated: false
guest: false
image:
id: ""
Expand Down Expand Up @@ -324,7 +320,6 @@
active: true
activationCode: ""
passwordHash: ""
unauthenticated: false
guest: false
image:
id: ""
Expand Down Expand Up @@ -377,7 +372,6 @@
active: true
activationCode: ""
passwordHash: ""
unauthenticated: false
guest: false
image:
id: ""
Expand Down Expand Up @@ -430,7 +424,6 @@
active: true
activationCode: ""
passwordHash: ""
unauthenticated: false
guest: false
image:
id: ""
Expand Down
3 changes: 1 addition & 2 deletions datasets/system/data/seed-data/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@
value: urn:restorecommerce:acs:model:organization.Organization
attributes:
- id: urn:restorecommerce:acs:names:ownerInstance
value: system
---
value: system
51 changes: 51 additions & 0 deletions datasets/system/data/seed-data/users.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
id: tech_user
name: tech_user
firstName: Tech
lastName: User
email: [email protected]
password: CNQJrH%KAayeDpf3h
defaultScope: ""
roleAssociations:
- id: superadministrator-r-role-assoc-id
role: superadministrator-r-id
attributes: []
localeId: de-de
timezoneId: europe-berlin
meta:
modifiedBy: ""
owners:
- id: urn:restorecommerce:acs:names:ownerIndicatoryEntity
value: urn:restorecommerce:acs:model:organization.Organization
attributes:
- id: urn:restorecommerce:acs:names:ownerInstance
value: system
- id: urn:restorecommerce:acs:names:ownerIndicatoryEntity
value: urn:restorecommerce:acs:model:user.User
attributes:
- id: urn:restorecommerce:acs:names:ownerInstance
value: tech_user
newEmail: ""
active: true
activationCode: ""
passwordHash: ""
guest: false
image:
id: ""
caption: ""
filename: ""
contentType: ""
url: ""
width: 0
height: 0
length: 0
userType: "TECHNICAL_USER"
invite: false
invitedByUserName: ""
invitedByUserFirstName: ""
invitedByUserLastName: ""
tokens:
- name: tech_user_token
token: 123099ffc93b44f6b4a81b1e5589b642
scopes:
- superadministrator-r-role-assoc-id

0 comments on commit 5216e17

Please sign in to comment.