vikunja/pkg/routes/api/v1/admin
kolaente d64ca0c777 fix(admin): reload created user before returning in admin create handler
The admin create-user handler returned the in-memory newUser struct directly. On mail-enabled instances with skip_email_confirm=false, user.CreateUser persists the account as email-confirmation-required, but the returned struct still reflects the pre-persist status, so the admin API reported a misleading active status immediately after creation.
2026-04-20 18:55:06 +00:00
..
overview.go feat(admin): add /admin route group and overview endpoint 2026-04-20 18:55:06 +00:00
projects.go feat(admin): add users/projects list endpoints and is_admin patch 2026-04-20 18:55:06 +00:00
user_create.go fix(admin): reload created user before returning in admin create handler 2026-04-20 18:55:06 +00:00
users.go feat(admin): add users/projects list endpoints and is_admin patch 2026-04-20 18:55:06 +00:00
users_admin.go feat(admin): add users/projects list endpoints and is_admin patch 2026-04-20 18:55:06 +00:00
users_mgmt.go feat(admin): add user status and delete endpoints with reassign owner 2026-04-20 18:55:06 +00:00