feature 2187 added: new trigger to enhance/modify lost password email.
git-svn-id: http://piwigo.org/svn/trunk@9169 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
9d5622f4fa
commit
15baff17a6
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ WHERE '.$conf['user_fields']['email'].' = \''.$mail_address.'\'
|
|||
."\n".l10n('Password').': '.$new_password
|
||||
;
|
||||
|
||||
$infos = trigger_event('render_lost_password_mail_content', $infos);
|
||||
|
||||
if (pwg_mail($row['email'],
|
||||
array('subject' => l10n('password updated'), 'content' => $infos)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue