--- loncom/interface/loncreateuser.pm 2007/12/05 16:49:55 1.198 +++ loncom/interface/loncreateuser.pm 2007/12/05 17:13:34 1.199 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.198 2007/12/05 16:49:55 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.199 2007/12/05 17:13:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -718,9 +718,6 @@ $lt{'hs'}: $home_server_pick } else { $r->print($home_server_pick); } - if ($context eq 'domain') { - $r->print(&Apache::lonuserutils::forceid_change()); - } $r->print(''."\n".'

'. $lt{'lg'}.'

'); my ($fixedauth,$varauth,$authmsg); @@ -788,8 +785,11 @@ $forminfo ENDCHANGEUSER $r->print('
'. &personal_data_display($ccuname,$ccdomain,$newuser, - %inst_results). - '
'); + %inst_results)); + if ($context eq 'domain') { + $r->print(&Apache::lonuserutils::forceid_change()); + } + $r->print('
'); my $user_auth_text = &user_authentication($ccuname,$ccdomain,$krbdefdom,\%abv_auth); my $user_quota_text;