--- loncom/auth/lonauth.pm 2020/10/20 01:38:12 1.161 +++ loncom/auth/lonauth.pm 2020/12/18 15:23:03 1.162 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.161 2020/10/20 01:38:12 raeburn Exp $ +# $Id: lonauth.pm,v 1.162 2020/12/18 15:23:03 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -60,8 +60,9 @@ sub success { # -------------------------------------------------------------------- Log this + my $ip = &Apache::lonnet::get_requestor_ip(); &Apache::lonnet::log($domain,$username,$authhost, - "Login $ENV{'REMOTE_ADDR'}"); + "Login $ip"); # ------------------------------------------------- Check for critical messages