tbrehm
2010-09-06 de67926f1bbc1f0310429af76c8c433db1a188f5
interface/web/login/index.php
@@ -176,11 +176,15 @@
                     //* Incorrect login - Username and password incorrect
                      $error = $app->lng('error_user_password_incorrect');
                      if($app->db->errorMessage != '') $error .= '<br />'.$app->db->errorMessage != '';
                  $app->plugin->raiseEvent('login_failed',$this);
                    }
              }
            } else {
                //* Username or password empty
               if($error == '') $error = $app->lng('error_user_password_empty');
            $app->plugin->raiseEvent('login_empty',$this);
           }
      }
      if($error != ''){