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
Disable minimum length on username(no real reason to have it)
When signing up only ask for MINIMUM amount of info needed.(More fields = higher bounce rate). Ideally only require username and password.
Change password length requirement. 10 characters is too long and an inconvenience for users. Consider only requiring only 5-7?
When registering with all empty fields we provide no feedback. Crummy user experience.
These changes will need to be reflected server side as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Disable minimum length on username(no real reason to have it)
When signing up only ask for MINIMUM amount of info needed.(More fields = higher bounce rate).
Ideally only require username and password.
Change password length requirement. 10 characters is too long and an inconvenience for users.
Consider only requiring only 5-7?
When registering with all empty fields we provide no feedback. Crummy user experience.
These changes will need to be reflected server side as well.
The text was updated successfully, but these errors were encountered: