mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-20 00:52:17 -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.