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

Hot fix existing username doesn't match regrex #15317

Closed

Conversation

@ornicar
Copy link
Collaborator

ornicar commented May 17, 2024

    // what existing usernames are like
    val historicalRegex     = "(?i)[a-z0-9][a-z0-9_-]{0,28}[a-z0-9]".r

if there exist usernames that don't match that regex, then it's the regex we should be changing.

@ornicar
Copy link
Collaborator

ornicar commented May 17, 2024

30ec1a1

@ornicar ornicar closed this May 17, 2024
@lenguyenthanh lenguyenthanh deleted the hotfix-user-not-found branch May 17, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants