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
When user specify its login during account activation we should validate this login and prohibit the repetition of the following characters:
te--st
te__st
te..st
What should be done:
@Pattern
(Extracted from #403)
The text was updated successfully, but these errors were encountered:
bbfe630
bodom91
No branches or pull requests
When user specify its login during account activation we should validate this login and prohibit the repetition of the following characters:
te--st
)te__st
)te..st
)What should be done:
@Pattern
will be enough)(Extracted from #403)
The text was updated successfully, but these errors were encountered: