Version
v4
Severity
Medium
Suggested Priority
Medium
Observed Behaviour
if the user decides to use more than 255 characters for their username during sign up - they'll see the error below;
Expected Behaviour
We should show a correct error message and/or limit character limits on a lower number to prevent this.
Reproduction Steps
- Make sure app.py is running
- Navigate to 127.0.0.1:5001/signup
- Type 255 character long username and a valid password.
- Observe error on webpage and terminal
Version
v4
Severity
Medium
Suggested Priority
Medium
Observed Behaviour
if the user decides to use more than 255 characters for their username during sign up - they'll see the error below;
Expected Behaviour
We should show a correct error message and/or limit character limits on a lower number to prevent this.
Reproduction Steps