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
The app eventually needs to validate stuff like:
And probably other stuff that gets added in the future.
The text was updated successfully, but these errors were encountered:
Possible validation for user:
ID: May only contain lowercase alphanumeric characters, hyphens, dots and underscores. 64 character limit. Examples of valid users could be:
Display Name: Allow all characters besides special ones, like <>@;. 64 character limit
<>@;
Password: Min length of 12 characters, max of 128, just to have a limit.
Context: Alphanumeric characters, max of 64.
Transport: Alphanumeric characters, hyphens and underscores. Max of 64
Max contacts: Equal or bigger than 1.
Extension: At least one digit long, up to 6. It is a string but it should only have digits.
Sorry, something went wrong.
Also, if validations are going to be performed, helpful error messages should be provided.
No branches or pull requests
The app eventually needs to validate stuff like:
And probably other stuff that gets added in the future.
The text was updated successfully, but these errors were encountered: