Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
User password updated event.
Copyright: | 2014 Petr Skoda |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 124 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
user_password_updated:: (7 methods):
create_from_user()
init()
get_name()
get_description()
get_url()
validate_data()
get_other_mapping()
Class: user_password_updated - X-Ref
Event when user password is changed or reset.create_from_user(\stdClass $user, $forgottenreset = false) X-Ref |
Create event for user password changing and resetting. param: \stdClass $user param: bool $forgottenreset true if reset via recovery link return: user_password_updated |
init() X-Ref |
Initialise required event data properties. |
get_name() X-Ref |
Returns localised event name. return: string |
get_description() X-Ref |
Returns non-localised event description with id's for admin use only. return: string |
get_url() X-Ref |
Returns relevant URL. return: \moodle_url |
validate_data() X-Ref |
Custom validation. |
get_other_mapping() X-Ref |
No description |