-
Bug
-
Resolution: Fixed
-
Minor
-
2.7.7, 2.8.5, 2.9, 3.0
-
MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
wip-mdl-49022
-
Problem:
When the auth/ldap/cli/sync_users.php script is triggered from cli it runs through ldap users and ensures their details are up to date with data on the Domain Controller. As a result many user's profiles may be updated, but the event core\event\user_updated is not triggered.
Cause:
Line 1033 of auth/ldap/auth.php the call to user_update_user() is explicitly preventing the event core\event\user_updated from being triggered.
- has been marked as being related by
-
MDL-59126 LDAP user sync always logs "User updated" events
- Closed
- is a regression caused by
-
MDL-45641 Trigger user updated event only after the profile fields are updated
- Closed
- will be (partly) resolved by
-
MDL-49820 Authentication methods do not test for events
- Closed