mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL_56093' of https://github.com/eledia/moodle
This commit is contained in:
commit
33d2796f0a
@ -473,6 +473,12 @@ class auth_plugin_db extends auth_plugin_base {
|
||||
set_user_preference('auth_forcepasswordchange', 1, $id);
|
||||
set_user_preference('create_password', 1, $id);
|
||||
}
|
||||
|
||||
// Save custom profile fields here(MDL-56093).
|
||||
require_once($CFG->dirroot . '/user/profile/lib.php');
|
||||
$user->id = $id;
|
||||
profile_save_data($user);
|
||||
|
||||
// Make sure user context is present.
|
||||
context_user::instance($id);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user