Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix username valid / invalid filtering #71

Merged
merged 11 commits into from
Jan 5, 2024
Merged

fix username valid / invalid filtering #71

merged 11 commits into from
Jan 5, 2024

Conversation

dsschult
Copy link
Contributor

@dsschult dsschult commented Jan 5, 2024

There was a case where someone put a . in a username, which was valid, but not matching the url regex. Let the regex be more flexible, but also lock down new usernames to lowercase ascii letters + digits

@dsschult dsschult added the bug Something isn't working label Jan 5, 2024
@dsschult dsschult self-assigned this Jan 5, 2024
@dsschult dsschult merged commit e6e6f5c into main Jan 5, 2024
12 checks passed
@dsschult dsschult deleted the fix-user-regex branch January 5, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant