File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ $authen{user_module} = [
60
60
# authentication approach to the admin course (one which you are confident
61
61
# cannot be spoofed) that is preferable.
62
62
$authen {admin_module } = [
63
- ' WeBWorK::Authen::LTIAdvantage' ,
64
- ' WeBWorK::Authen::LTIAdvanced' ,
63
+ # 'WeBWorK::Authen::LTIAdvantage',
64
+ # 'WeBWorK::Authen::LTIAdvanced',
65
65
' WeBWorK::Authen::Basic_TheLastOption'
66
66
];
67
67
Original file line number Diff line number Diff line change @@ -483,6 +483,10 @@ $mail{feedbackRecipients} = [
483
483
# use a very strong password. If you have the option to use a more secure
484
484
# authentication approach to the admin course (one which you are confident
485
485
# 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
+
486
490
# $authen{admin_module} = [
487
491
# 'WeBWorK::Authen::Moodle',
488
492
# 'WeBWorK::Authen::LDAP',
You can’t perform that action at this time.
0 commit comments