Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision be3db7d1

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID be3db7d1e68a317041a9556f2849c292334245ab
  • Vorgänger e0ba33ff
  • Nachfolger 0a612d2f

Benutzer-Anmeldung verweigern, wenn nicht eingespielte Admin-DB-Upgrades vorhanden sind

Unterschiede anzeigen:

bin/mozilla/login.pl
112 112
  # if we get an error back, bale out
113 113
  my $result;
114 114
  if (($result = $user->login($form)) <= -1) {
115
    if ($result == -3) {
116
      show_error('login/auth_db_needs_update');
117
      $::auth->destroy_session;
118
      ::end_of_request();
119
    }
120

  
115 121
    ::end_of_request() if $result == -2;
116 122
    login_screen($::locale->text('Incorrect username or password!'));
117 123
    ::end_of_request();
......
184 190
  print $form->parse_html_template($template);
185 191

  
186 192
  # $form->parse_html_template('login/auth_db_unreachable');
193
  # $form->parse_html_template('login/auth_db_needs_update');
187 194
  # $form->parse_html_template('login/authentication_pl_missing');
188 195

  
189 196
  ::end_of_request();

Auch abrufbar als: Unified diff