mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
7b9643b59c
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().
5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
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.
|