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
There is a back end error in the logs that bubbles up to the front end:
[impresso.middle-layer] _validateOne throws errors: { [impresso.middle-layer] username: { [impresso.middle-layer] code: 'NotValidRegex', [impresso.middle-layer] regex: '/^[a-z0-9-]+$/', [impresso.middle-layer] message: 'username param is not valid' [impresso.middle-layer] } [impresso.middle-layer] } - item: Jo Devaquet
We need a validation on the front end that would prevent users from submitting their registration if the user name does not match the regex.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a back end error in the logs that bubbles up to the front end:
We need a validation on the front end that would prevent users from submitting their registration if the user name does not match the regex.
The text was updated successfully, but these errors were encountered: