mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 16:40:07 +01:00
Merge branch 'MDL-75279-401' of https://github.com/spvickers/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
dcf4a4629b
@ -430,7 +430,10 @@ class memberships extends \mod_lti\local\ltiservice\service_base {
|
||||
'source.value' => format_string($user->lastname)],
|
||||
'Person.email.primary' => ['type' => 'email',
|
||||
'member.field' => 'email',
|
||||
'source.value' => format_string($user->email)]
|
||||
'source.value' => format_string($user->email)],
|
||||
'User.username' => ['type' => 'name',
|
||||
'member.field' => 'ext_user_username',
|
||||
'source.value' => format_string($user->username)],
|
||||
];
|
||||
|
||||
if (!is_null($lti)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user