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

Update error message in isValidUsername function in orgControllerMiddleware.js #838

Closed
jdaigneau5 opened this issue Aug 12, 2022 · 0 comments · Fixed by #1000
Closed

Update error message in isValidUsername function in orgControllerMiddleware.js #838

jdaigneau5 opened this issue Aug 12, 2022 · 0 comments · Fixed by #1000
Assignees

Comments

@jdaigneau5
Copy link
Collaborator

The error message in isValidUsername says:

Username should be 3-50 characters. Allowed characters are alphanumberic and -_@.'

It should be update to 3-128 characters:

Username should be 3-128 characters. Allowed characters are alphanumeric and -_@.'

@jdaigneau5 jdaigneau5 self-assigned this Jan 25, 2023
@jdaigneau5 jdaigneau5 linked a pull request Jan 25, 2023 that will close this issue
brettp added a commit that referenced this issue Jan 26, 2023
Resolves #838 Updated isValidUsername error message
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 a pull request may close this issue.

1 participant