Show login exceptions to the user
JudahGabriel opened this issue · 1 comments
JudahGabriel commented
Currently, when we sign in and there's a server error (e.g. can't connect to database, or database index error), the app doesn't show any error.
This resulted in a user trying to login multiple times, before finally giving up in frustration and emailing us, "I give up! None of these passwords work!"
We should show any login exceptions to the user and prompt them to contact us if the problem persists.
kdcllc commented
Maybe we can display a generic message as System is down please try again later
and maybe generate an email to send to the user when the db is running again.