mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00

When calling update_user_record() for auth_ldap the method now has option to trigger event core\event\user_updated when syncing with domain controller. This means that the event will be triggered by sync_users() but not by user_signup().
4 lines
177 B
Text
4 lines
177 B
Text
This files describes API changes in the auth_ldap code.
|
|
=== 2.9.1 ===
|
|
* auth_plugin_ldap::update_user_record() accepts an additional (optional) param
|
|
to trigger update event.
|