Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5289cdd7

Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt

Konfigurationsoption für Wartezeit nach fehlgeschlagenen Logins

Unterschiede anzeigen:

SL/Auth.pm
194 194
}
195 195

  
196 196
sub punish_wrong_login {
197
  sleep 5;
197
  my $failed_login_penalty = ($::lx_office_conf{authentication} || {})->{failed_login_penalty};
198
  sleep $failed_login_penalty if $failed_login_penalty;
198 199
}
199 200

  
200 201
sub get_stored_password {

Auch abrufbar als: Unified diff