Files
Robert van Diest d41559f013 feat(admin): add create-user flow with API, UI, and tests
Admins can now add users directly from the admin portal via a modal
form (name, email, password). Created users are pre-approved and can
log in immediately.

- POST /api/admin/users endpoint (AddUserHandler, AddUserCommand)
- Add user modal in AdminPage with inline error handling
- 5 new integration tests covering auth, happy path, duplicate email,
  and immediate login; fix SQLite file-lock on test cleanup via
  SqliteConnection.ClearAllPools()
- 4 new E2E tests covering modal open/close, happy path, and duplicate
  email error
2026-05-01 16:18:12 +02:00
..
2026-03-24 20:13:07 +01:00
2026-03-24 20:13:07 +01:00
2026-03-24 20:13:07 +01:00