diff --git a/src/www/js/Login.js b/src/www/js/Login.js index b1e1088..3687544 100644 --- a/src/www/js/Login.js +++ b/src/www/js/Login.js @@ -67,7 +67,10 @@ Dragonfly.login = function (user) } else if (err.req && (err.req.status == 401 || err.req.status == 403)) { // Only tell the user its their fault if we get a permission denied HTTP response. d.setLoginMessage (_('Incorrect username or password.')); - } else { + } else if (err.req && err.req.status == 200) + d.setLoginMessage (_('The server backend seems to be fubared. It might be useful to check your Apache logs to see what the symptom is. It is usually one of two things: