aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-10-25 19:49:15 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-10-25 19:49:15 +0100
commit8bc5dc5f05cd7374079cd52a3b6e7a91128e464b (patch)
tree1cb652e85ae7327dc2c7e94fce493fa6ce1a8c9d /app/Controllers
parent8ba8728bd708dcac08076e07eea4625fb6fcffbf (diff)
parentad1f0cb96b3eefdeac5031e59c8810fc9427b6e2 (diff)
Merge branch 'login403' into dev
Diffstat (limited to 'app/Controllers')
-rw-r--r--app/Controllers/authController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/authController.php b/app/Controllers/authController.php
index bccce5a59..f58b008de 100644
--- a/app/Controllers/authController.php
+++ b/app/Controllers/authController.php
@@ -124,6 +124,7 @@ class FreshRSS_auth_Controller extends Minz_ActionController {
$conf = get_user_configuration($username);
if (is_null($conf)) {
Minz_Error::error(403, array(_t('feedback.auth.login.invalid')), false);
+ return;
}
$ok = FreshRSS_FormAuth::checkCredentials(