--- loncom/interface/loncreateuser.pm 2021/12/11 17:26:21 1.457 +++ loncom/interface/loncreateuser.pm 2021/12/24 19:42:37 1.458 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.457 2021/12/11 17:26:21 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.458 2021/12/24 19:42:37 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3092,9 +3092,10 @@ sub update_user_data { 'tools.aboutme','tools.blog','tools.webdav','tools.portfolio', 'requestcourses.official','requestcourses.unofficial', 'requestcourses.community','requestcourses.textbook', + 'requestcourses.lti','requestauthor', 'reqcrsotherdom.official','reqcrsotherdom.unofficial', 'reqcrsotherdom.community','reqcrsotherdom.textbook', - 'reqcrsotherdom.placement','requestauthor'], + 'reqcrsotherdom.placement'], $env{'form.ccdomain'},$env{'form.ccuname'}); my ($tmp) = keys(%userenv); if ($tmp =~ /^(con_lost|error)/i) {