Ulf Gebhardt 0b77d95ae4
fix(backend): register role seed (#337)
* adjust seed structure to support multiple projects

* fix gitignore

* seed the role a user has when registered properly
2025-08-26 13:53:01 +02:00

31 lines
661 B
JSON

[
{
"name": "Administrator",
"icon": "verified",
"description": "$t:admin_description",
"parent": null,
"_syncId": "_sync_default_admin_role"
},
{
"name": "Registrated",
"icon": "paragliding",
"description": null,
"parent": null,
"_syncId": "role-registrated"
},
{
"name": "Editor",
"icon": "supervised_user_circle",
"description": null,
"parent": null,
"_syncId": "a65f6094-ba98-42d3-940b-07934959e3fb"
},
{
"name": "Würdekompass Admin",
"icon": "supervised_user_circle",
"description": null,
"parent": null,
"_syncId": "faa59737-2277-4f8a-a2ab-23940f566ab5"
}
]