mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-45645_LTIUsernameParam' of https://github.com/moodlerooms/moodle
This commit is contained in:
commit
025fa4fc74
@ -332,6 +332,7 @@ function lti_build_request($instance, $typeconfig, $course, $typeid = null) {
|
||||
$requestparams['lis_person_name_given'] = $USER->firstname;
|
||||
$requestparams['lis_person_name_family'] = $USER->lastname;
|
||||
$requestparams['lis_person_name_full'] = $USER->firstname." ".$USER->lastname;
|
||||
$requestparams['ext_user_username'] = $USER->username;
|
||||
}
|
||||
|
||||
if ( $typeconfig['sendemailaddr'] == LTI_SETTING_ALWAYS ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user