--- loncom/auth/lonauth.pm 2020/10/23 21:21:44 1.121.2.20 +++ loncom/auth/lonauth.pm 2021/01/04 03:48:29 1.121.2.21 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.121.2.20 2020/10/23 21:21:44 raeburn Exp $ +# $Id: lonauth.pm,v 1.121.2.21 2021/01/04 03:48:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -59,8 +59,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