Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 686cba23

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

Fünf-Sekunden-Verzögerung bei falschem Login auch bei nicht existierendem Benutzernamen erzwingen

Unterschiede anzeigen:

bin/mozilla/login.pl
65 65
    %::myconfig = $auth->read_user($form->{login}) if ($form->{login});
66 66
    $::locale   = Locale->new($::myconfig{countrycode}) if $::myconfig{countrycode};
67 67

  
68
    if (!$::myconfig{login} || (SL::Auth::OK != $auth->authenticate($form->{login}, $form->{password}))) {
68
    if (SL::Auth::OK != $auth->authenticate($::myconfig{login}, $form->{password})) {
69 69
      $form->{error_message} = $::locale->text('Incorrect username or password!');
70 70
      login_screen();
71 71
    } else {

Auch abrufbar als: Unified diff