Added new icon to meta mail setup and change mail message

This commit is contained in:
Arturo Gonzalez 2017-04-20 16:11:45 +02:00
parent d93fa1bb3f
commit 5b015dbcb9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

View File

@ -651,7 +651,7 @@ if (! isset ($config['id_user'])) {
$cod_hash = $user_reset_pass . "::::" . md5(rand(10, 1000000) . rand(10, 1000000) . rand(10, 1000000));
$subject = '[Pandora] '.__('Reset password');
$body = __('This is the automatic message');
$body = __('This is the automatic message to the user');
$body .= ' "<strong>' . $user_reset_pass . '"</strong>';
$body .= '<p />';
$body .= __('Please, click in the link below to reset your password');