reactredux/db/DML/users.json

72 lines
1.3 KiB
JSON

[
{
"_id": "fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60",
"sites": [
{
"siteId": "404c8232-9048-4519-bfba-6e78dc7005ca",
"hosts": [ "localhost:7174" ],
"role": 0
}
],
"created": {
"$date": "2022-01-01T00:00:00.000Z"
},
"username": "admin",
"authentication": {
"password": {
"hash": "pznndK3nv9bftf/qQxqBy4VjH7Ow9vx2Kd6376oJuqQ=",
"salt": "gkEl1zxGJSLue262mUu5VA==",
"created": {
"$date": "2022-01-01T00:00:00.000Z"
},
"recoveryTokens": [],
},
"expiration": {
"enabled": false,
"days": "180"
},
"expired": [
{
"hash": "",
"salt": "",
"created": {
"$date": "2022-01-01T00:00:00.000Z"
}
}
]
},
"name": "John",
"lastName": "Doe",
"contacts": [
{
"type": 0,
"value": "john.doe@contoso.com",
"confirmed": false,
"primary": true
},
{
"type": 1,
"value": "+39000000",
"confirmed": false
}
],
"billingAddress": {
"street": "",
"city": "",
"postCode": "",
"country": ""
},
"shippingAddress": {
"street": "",
"city": "",
"postCode": "",
"country": ""
},
"tokens": []
}
]