--- loncom/lti/ltiauth.pm 2022/03/29 19:37:25 1.35 +++ loncom/lti/ltiauth.pm 2022/04/06 21:44:49 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network # Basic LTI Authentication Module # -# $Id: ltiauth.pm,v 1.35 2022/03/29 19:37:25 raeburn Exp $ +# $Id: ltiauth.pm,v 1.36 2022/04/06 21:44:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -233,6 +233,7 @@ sub handler { } if ($lti_in_use{'notstudent'} eq 'reject') { &invalid_request($r,'Information for valid user missing from launch request'); + return OK; } } } @@ -1128,7 +1129,7 @@ sub invalid_request { '

'.&mt('Invalid LTI launch request').'

'. '

'. &mt('Launch of LON-CAPA is unavailable from the "external tool" link you had followed in another web application.'). - &mt('Launch failed for the following reason:'). + ' '.&mt('Launch failed for the following reason:'). '

'. '

'.$msg.'

'. &Apache::loncommon::end_page());