mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-31 12:45:51 -05:00
The default-project creation triggered by the user-created event wrote the stale in-memory user back with a full UpdateUser, racing registration and sometimes resetting the status from "email confirmation required" back to active. Only update the default_project_id column and keep the returned user's status in sync with what was persisted.