Explorar o código

Merge branch 'login403' into dev

Alexandre Alapetite %!s(int64=10) %!d(string=hai) anos
pai
achega
8bc5dc5f05
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Controllers/authController.php

+ 1 - 0
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(