MDL-41170 events: User_updated event should be triggered on password updates

This commit is contained in:
Ankit Agarwal 2013-10-07 17:27:45 +08:00
parent 835a006b07
commit 6c679d1532
3 changed files with 58 additions and 0 deletions

View file

@ -47,6 +47,7 @@ information provided here is intended especially for developers.
backups which supports both compression formats; get_file_packer('application/vnd.moodle.backup').
* New optional parameter to stored_file::get_content_file_handle to open file handle with 'gzopen' instead
of 'fopen' to read gzip-compressed files if required.
* update_internal_user_password() and setnew_password_and_mail() now trigger user_updated event.
DEPRECATIONS:
Various previously deprecated functions have now been altered to throw DEBUG_DEVELOPER debugging notices