Username limited to be at least 4 characters long #161
Labels
No labels
bug
chore
documentation
enhancement
help
in-progress
question
ready-for-release
released
translation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/gate#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug:
Cannot create a user with a 3 characters long name.
To Reproduce:
Additional context:
This is the only thing preventing me from using voidauth in my homelab as some existing usernames are only 3 characters long.
Maybe can this be added as configuration option like the PASSWORD_STRENGTH ?
I don't see any issue changing the minimum username length to 3 characters, or even fewer, since I believe I just chose 4 as a sane default while getting the app working.
I will probably include this change in the next release, as long as I don’t run into any issues.
tedchecking in excited for this!Name and Username character minimum limits have been updated to only 3 characters in the latest release v1.5.0. Good luck
ted!