[LON-CAPA-cvs] cvs: loncom /interface loncreateuser.pm
raeburn
raeburn at source.lon-capa.org
Fri Dec 24 14:42:37 EST 2021
raeburn Fri Dec 24 19:42:37 2021 EDT
Modified files:
/loncom/interface loncreateuser.pm
Log:
- Bug 6754 LON-CAPA as LTI Provider.
Users may be assigned right to create course after LTI launch.
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.457 loncom/interface/loncreateuser.pm:1.458
--- loncom/interface/loncreateuser.pm:1.457 Sat Dec 11 17:26:21 2021
+++ loncom/interface/loncreateuser.pm Fri Dec 24 19:42:37 2021
@@ -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 @@
'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) {
More information about the LON-CAPA-cvs
mailing list