--- loncom/auth/lonauth.pm 2003/03/17 13:41:12 1.46 +++ loncom/auth/lonauth.pm 2003/04/03 16:50:46 1.47 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.46 2003/03/17 13:41:12 matthew Exp $ +# $Id: lonauth.pm,v 1.47 2003/04/03 16:50:46 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -106,6 +106,7 @@ sub success { if (($userenv{'interface'}) && (!$FORM{'interface'})) { $FORM{'interface'}=$userenv{'interface'}; } + $ENV{'environment.remote'}=$userenv{'remote'}; # --------------------------------------------------------- Write first profile {