Informative error message when loggin in with wrong uname and pass
MKaptein opened this issue · 1 comments
MKaptein commented
(Perhaps also back-end?)
In any case, we now have no real feedback when logging in; would be nice to at least show whether (e.g.,) the username and pass were not ok.
g0ulash commented
The back-end will raise the following error (so it's already settled there):
raise ExceptionHandler(reason="Wrong username or password!", status_code=401)