mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-41170 events: User_updated event should be triggered on password updates
This commit is contained in:
parent
835a006b07
commit
6c679d1532
3 changed files with 58 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue