Invalid credentials throw an internal server error #1
Labels
No Label
Component/Backend
Component/Core
Component/Frontend
Priority
Critical
Priority
Low
Resolution
Done
Resolution
Wontfix
RFC
Type
Bug
Type
Enhancement
Type
Optimization
Type
Refact
Upstream
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ry/datarekisteri#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When passing an invalid email and password pair the backend returns 401 unauthorized which the frontend doesn’t handle, returning an internal server error page to the user. Instead the frontend should
setMessage
to tell the user that the credentials were wrong and redirect them back to the login page.Fixed in e5dc50195f058822d8b68312e7609a403189091c.