summaryrefslogtreecommitdiff
path: root/issues/gn-auth/handle-invalid-login-errors.gmi
blob: 520c824d0b52daf5566f60639130d6b041e98953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Handle Invalid Login Errors Correctly

* type: bug
* status: open
* priority: high
* assigned: fredm
* keywords: gn-auth, issue, login

## Description

* Go to https://cd.genenetwork.org/
* Click on "Sign in"
* Provide the following credentials: for email "no@such.user", for password "nosuchpassword"
* Click "Authorise"

### Expected

The system should show the user a message about the credentials being invalid, then provide the user with the opportunity to sign in again.

### Actual

We get a generic "400 Bad Request" server error page.