Files
opengist/internal/validator
Marton Neher d70953c75c Allow underscores in usernames (#703)
* Allow underscores in usernames

# Summary
Some organizations use underscores in github usernames.
Filtering those out prevents a smooth user creation process.
This PR adds underscores to the "alphanumeric characters and dash" filter.

# Test Plan
Tested it in an organization with underscores in the usernames: it works.

* Add missing en-US locale for alphanumeric-dashes-underscores validation

---------

Co-authored-by: Thomas Miceli <tho.miceli@gmail.com>
2026-06-26 02:03:15 +08:00
..