mirror of
https://github.com/moodle/moodle.git
synced 2025-03-09 10:19:56 +01:00
Merge branch 'w01_MDL-43585_m27_userlib' of https://github.com/skodak/moodle
This commit is contained in:
commit
454fab1ac7
@ -616,7 +616,6 @@ class auth_plugin_ldap extends auth_plugin_base {
|
|||||||
if ($user->firstaccess == 0) {
|
if ($user->firstaccess == 0) {
|
||||||
$user->firstaccess = time();
|
$user->firstaccess = time();
|
||||||
}
|
}
|
||||||
require_once($CFG->dirroot.'/user/lib.php');
|
|
||||||
user_update_user($user, false);
|
user_update_user($user, false);
|
||||||
return AUTH_CONFIRM_OK;
|
return AUTH_CONFIRM_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user