first version which seems to run

This commit is contained in:
Gerhard Scheikl
2026-04-01 19:15:22 +02:00
parent 80e965aa57
commit fc107d576c
25 changed files with 963 additions and 40 deletions

13
content/users/index.json Normal file
View File

@@ -0,0 +1,13 @@
{
"users": [
{
"name": "Admin",
"email": "admin@linumiq.com",
"username": "admin",
"password": {
"value": "admin",
"passwordChangeRequired": true
}
}
]
}