mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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:
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user