Diff for /loncom/auth/lonauth.pm between versions 1.95 and 1.96

version 1.95, 2008/10/01 11:11:08 version 1.96, 2008/10/02 13:37:52
Line 122  sub failed { Line 122  sub failed {
     {'no_inline_link' => 1,});      {'no_inline_link' => 1,});
     my $end_page   = &Apache::loncommon::end_page();      my $end_page   = &Apache::loncommon::end_page();
     &Apache::loncommon::content_type($r,'text/html');      &Apache::loncommon::content_type($r,'text/html');
     sleep 1; # brute force counteraction: slow down attackers, which try to hack user authentication with automated scripts  
     $r->send_http_header;      $r->send_http_header;
     $r->print(      $r->print(
        $start_page         $start_page

Removed from v.1.95  
changed lines
  Added in v.1.96


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>