Fixed password changed email template

This commit is contained in:
champsupertramp
2016-01-18 20:04:18 +08:00
parent 5e3aa8d713
commit 2827291f95
4 changed files with 36 additions and 7 deletions
+9
View File
@@ -434,6 +434,15 @@ class UM_User {
$this->password_reset_hash();
$ultimatemember->mail->send( um_user('user_email'), 'resetpw_email' );
}
/***
*** @password changed email
***/
function password_changed(){
global $ultimatemember;
$ultimatemember->mail->send( um_user('user_email'), 'changedpw_email' );
}
/**
* @function approve()