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
Expected behavior:
When I register with a password that is too short, I get a "Bad Request" error.
If I look at the http request, I see the exact error type, namely that the password is too short.
The error type should be displayed in the frontend
Actual behavior: "Bad request" is displayed
To Reproduce: Go to the main deployment pol.is and try to create an account with "a" as a password.
Screenshots: If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior:
When I register with a password that is too short, I get a "Bad Request" error.
If I look at the http request, I see the exact error type, namely that the password is too short.
The error type should be displayed in the frontend
Actual behavior:
"Bad request" is displayed
To Reproduce:
Go to the main deployment pol.is and try to create an account with "a" as a password.
Screenshots:
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: