aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/username.go
AgeCommit message (Collapse)Author
2025-10-29internal/validate: relocate from appOphestra
These are free of the dispatcher from internal/app. This change relocates them into their own package. Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-08-28internal/app: less strict username regexOphestra
Use the default value of NAME_REGEX from adduser. Should not hurt compatibility while being less strict. Signed-off-by: Ophestra <cat@gensokyo.uk>