summaryrefslogtreecommitdiff
path: root/util/user.hh
AgeCommit message (Collapse)AuthorFilesLines
2024-10-05Refactor handling of valid account namesA. Wilcox1-0/+36
* Move our system_names and system_groups out to a util header. * Qt UI: Validate that the user's chosen account name is not contained in either system_names nor system_groups. Closes: #388 Acked-by: Síle Ekaterin Liszka <sheila@vulpine.house>