We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
isValidUsername
orgControllerMiddleware.js
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 -_@.'
The text was updated successfully, but these errors were encountered:
#838 Updated isValidUsername error message
fac8133
Merge pull request #1000 from CVEProject/jd-838
a5fa542
Resolves #838 Updated isValidUsername error message
jdaigneau5
Successfully merging a pull request may close this issue.
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 -_@.'
The text was updated successfully, but these errors were encountered: