hypothesis / hypothesis/h

Entering a password that is too long results in an unhandled exception

Open
#5,732 2 comments 0 reactions 0 assignees View on GitHub
bug S4 Sentry 💥
Dominant language
Python
Stars
3.2k
Forks
459
Avg merge
27d 1h
Merged PRs (30d)
1

Description

# Problem
A password that is too long results in an unhandled exception.

# Steps to Reproduce:
1. In the signup form enter a password that is too long.
2. Click submit.
3. You should see the following page and the following sentry crash report:
![image](https://user-images.githubusercontent.com/30059933/65792539-d4f80700-e118-11e9-8468-3b226f3dfe55.png)
[Sentry issue](https://hypothes-is.slack.com/archives/C0LUWQQJJ/p1569548578000100)

# What should happen:
There should be a frontend check that doesn't let the user submit if the password is too long and/or a nice handling of this error that informs the user their password is too long instead of simply crashing.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.