--- loncom/interface/loncreateuser.pm 2010/05/22 01:27:48 1.343 +++ loncom/interface/loncreateuser.pm 2010/06/09 11:56:02 1.344 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.343 2010/05/22 01:27:48 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.344 2010/06/09 11:56:02 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2297,6 +2297,8 @@ sub update_user_data { $r->print('

'.&mt('User [_1] in domain [_2]', $env{'form.ccuname'}, $env{'form.ccdomain'}).'

'); + $r->print('

'.&mt('Please be patient').'

'); + my (%alerts,%rulematch,%inst_results,%curr_rules); my @userinfo = ('firstname','middlename','lastname','generation','permanentemail','id'); my @usertools = ('aboutme','blog','portfolio'); @@ -2438,6 +2440,9 @@ sub update_user_data { $r->print($error.&mt('You do not have the authority to modify this users authentification information').'.'.$end); } } + + $r->rflush(); # Finish display of header before time consuming actions start + ## my (@userroles,%userupdate,$cnum,$cdom,%namechanged); if ($context eq 'course') {