Skip to content

Commit

Permalink
change the default for LTI access to the admin course
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Jordan committed Feb 9, 2024
1 parent 165a465 commit eb5b1cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/authen_LTI.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ $authen{user_module} = [
# authentication approach to the admin course (one which you are confident
# cannot be spoofed) that is preferable.
$authen{admin_module} = [
'WeBWorK::Authen::LTIAdvantage',
'WeBWorK::Authen::LTIAdvanced',
#'WeBWorK::Authen::LTIAdvantage',
#'WeBWorK::Authen::LTIAdvanced',
'WeBWorK::Authen::Basic_TheLastOption'
];

Expand Down
4 changes: 4 additions & 0 deletions conf/localOverrides.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@ $mail{feedbackRecipients} = [
# use a very strong password. If you have the option to use a more secure
# authentication approach to the admin course (one which you are confident
# cannot be spoofed) that is preferable.
#
# Note that if you include authentication module config files further down,
# those may override the setting of $authen{admin_module} here.

#$authen{admin_module} = [
# 'WeBWorK::Authen::Moodle',
# 'WeBWorK::Authen::LDAP',
Expand Down

0 comments on commit eb5b1cf

Please sign in to comment.