--- loncom/interface/loncreateuser.pm 2020/04/16 00:28:04 1.453 +++ loncom/interface/loncreateuser.pm 2020/09/08 19:38:59 1.454 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.453 2020/04/16 00:28:04 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.454 2020/09/08 19:38:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3036,7 +3036,7 @@ sub update_user_data { $env{'form.ccdomain'},$env{'form.ccuname'}); } } - $r->print('
'.&mt('Home server').': '.$uhome.' '. + $r->print('
'.&mt('Home Server').': '.$uhome.' '. &Apache::lonnet::hostname($uhome)); } elsif (($env{'form.login'} ne 'nochange') && ($env{'form.login'} ne '' )) { @@ -3051,7 +3051,7 @@ sub update_user_data { &Apache::lonnet::modifyuserauth( $env{'form.ccdomain'},$env{'form.ccuname'}, $amode,$genpwd)); - $r->print('
'.&mt('Home server').': '.&Apache::lonnet::homeserver + $r->print('
'.&mt('Home Server').': '.&Apache::lonnet::homeserver ($env{'form.ccuname'},$env{'form.ccdomain'})); } else { # Okay, this is a non-fatal error.