Skip to content

Commit eb5b1cf

Browse files
committed
change the default for LTI access to the admin course
1 parent 165a465 commit eb5b1cf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

conf/authen_LTI.conf.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ $authen{user_module} = [
6060
# authentication approach to the admin course (one which you are confident
6161
# cannot be spoofed) that is preferable.
6262
$authen{admin_module} = [
63-
'WeBWorK::Authen::LTIAdvantage',
64-
'WeBWorK::Authen::LTIAdvanced',
63+
#'WeBWorK::Authen::LTIAdvantage',
64+
#'WeBWorK::Authen::LTIAdvanced',
6565
'WeBWorK::Authen::Basic_TheLastOption'
6666
];
6767

conf/localOverrides.conf.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,10 @@ $mail{feedbackRecipients} = [
483483
# use a very strong password. If you have the option to use a more secure
484484
# authentication approach to the admin course (one which you are confident
485485
# cannot be spoofed) that is preferable.
486+
#
487+
# Note that if you include authentication module config files further down,
488+
# those may override the setting of $authen{admin_module} here.
489+
486490
#$authen{admin_module} = [
487491
# 'WeBWorK::Authen::Moodle',
488492
# 'WeBWorK::Authen::LDAP',

0 commit comments

Comments
 (0)