Diff for /loncom/auth/lonauth.pm between versions 1.161 and 1.162

version 1.161, 2020/10/20 01:38:12 version 1.162, 2020/12/18 15:23:03
Line 60  sub success { Line 60  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.161  
changed lines
  Added in v.1.162


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