mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-08 21:08:04 -05:00
The username and email uniqueness checks don't need status filtering — they just need to know if the name/email exists regardless of account status. Use getUser (which skips the status check) instead of the public wrappers, reducing cyclomatic complexity back under the threshold.