mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-45645 mod_lti Add custom LTI request parameter ext_user_username
This commit is contained in:
parent
a929fd50f9
commit
435c709c84
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ function lti_build_request($instance, $typeconfig, $course) {
|
|||
$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…
Add table
Add a link
Reference in a new issue