mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fixed password changed email template
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user