diff --git a/auth/lti/auth.php b/auth/lti/auth.php index 0757570b5ba..dbca92ab8a2 100644 --- a/auth/lti/auth.php +++ b/auth/lti/auth.php @@ -199,7 +199,6 @@ class auth_plugin_lti extends \auth_plugin_base { } } $user = $this->create_new_account($member, $iss); - $this->update_user_account($user, $member, $iss); return \core_user::get_user($user->id); } }