--- loncom/interface/loncreateuser.pm 2022/11/14 22:33:28 1.462 +++ loncom/interface/loncreateuser.pm 2022/11/16 14:24:35 1.463 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.462 2022/11/14 22:33:28 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.463 2022/11/16 14:24:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -296,7 +296,7 @@ sub build_tools_display { $currdisp,$custdisp,$custradio); $cust_off = 'checked="checked" '; $tool_on = 'checked="checked" '; - $curr_access = + $curr_access = &Apache::lonnet::usertools_access($ccuname,$ccdomain,$item,undef, $context,\%userenv,'', {'is_adv' => $isadv}); @@ -3427,6 +3427,10 @@ sub update_user_data { &Apache::lonnet::appenv(\%newenvhash); } } + if ($changed{'aboutme'}) { + &Apache::loncommon::devalidate_aboutme_cache($env{'form.ccuname'}, + $env{'form.ccdomain'}); + } } } if (keys(%namechanged) > 0) {