diff options
author | Frederick Muriuki Muriithi | 2024-04-24 08:39:02 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-04-24 08:39:02 +0300 |
commit | f35e1ed0af96cc3f91e5140f3e752469fb514d8d (patch) | |
tree | 51da6bbea06289abc52c7790cbcad23a380d933b /issues/gn-auth/handle-invalid-login-errors.gmi | |
parent | 241676a4a91bc3e6490f102e43959a0b60503615 (diff) | |
download | gn-gemtext-f35e1ed0af96cc3f91e5140f3e752469fb514d8d.tar.gz |
gn-auth: Handle invalid login errors correctly (New issue).
Diffstat (limited to 'issues/gn-auth/handle-invalid-login-errors.gmi')
-rw-r--r-- | issues/gn-auth/handle-invalid-login-errors.gmi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/issues/gn-auth/handle-invalid-login-errors.gmi b/issues/gn-auth/handle-invalid-login-errors.gmi new file mode 100644 index 0000000..520c824 --- /dev/null +++ b/issues/gn-auth/handle-invalid-login-errors.gmi @@ -0,0 +1,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. |