Files
2026-03-09 22:30:41 +00:00

52 lines
1.3 KiB
JSON

{
"entity": "User",
"version": "1.0",
"description": "Default system users created during bootstrap",
"records": [
{
"id": "user_supergod_system",
"username": "supergod",
"email": "supergod@metabuilder.local",
"role": "supergod",
"isInstanceOwner": true,
"profilePicture": null,
"bio": "System Super Administrator",
"createdAt": 0,
"tenantId": null,
"passwordChangeTimestamp": null,
"firstLogin": false
},
{
"id": "user_admin_system",
"username": "admin",
"email": "admin@metabuilder.local",
"role": "admin",
"isInstanceOwner": false,
"profilePicture": null,
"bio": "System Administrator",
"createdAt": 0,
"tenantId": null,
"passwordChangeTimestamp": null,
"firstLogin": false
},
{
"id": "user_testuser",
"username": "testuser",
"email": "testuser@metabuilder.dev",
"role": "user",
"isInstanceOwner": false,
"profilePicture": null,
"bio": "Test user for E2E tests and development",
"createdAt": 0,
"tenantId": null,
"passwordChangeTimestamp": null,
"firstLogin": false
}
],
"metadata": {
"bootstrap": true,
"skipIfExists": true,
"timestampField": "createdAt",
"useCurrentTimestamp": true
}
}