Diff for /loncom/auth/lonauth.pm between versions 1.121.2.20 and 1.121.2.21

version 1.121.2.20, 2020/10/23 21:21:44 version 1.121.2.21, 2021/01/04 03:48:29
Line 59  sub success { Line 59  sub success {
   
 # -------------------------------------------------------------------- Log this  # -------------------------------------------------------------------- Log this
   
       my $ip = &Apache::lonnet::get_requestor_ip();
     &Apache::lonnet::log($domain,$username,$authhost,      &Apache::lonnet::log($domain,$username,$authhost,
                          "Login $ENV{'REMOTE_ADDR'}");                           "Login $ip");
   
 # ------------------------------------------------- Check for critical messages  # ------------------------------------------------- Check for critical messages
   

Removed from v.1.121.2.20  
changed lines
  Added in v.1.121.2.21


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