mirror of
https://github.com/thomiceli/opengist.git
synced 2026-08-07 07:14:49 +00:00
d70953c75c
* 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>