Added new icon to meta mail setup and change mail message
This commit is contained in:
parent
d93fa1bb3f
commit
5b015dbcb9
Binary file not shown.
After Width: | Height: | Size: 483 B |
|
@ -651,7 +651,7 @@ if (! isset ($config['id_user'])) {
|
||||||
$cod_hash = $user_reset_pass . "::::" . md5(rand(10, 1000000) . rand(10, 1000000) . rand(10, 1000000));
|
$cod_hash = $user_reset_pass . "::::" . md5(rand(10, 1000000) . rand(10, 1000000) . rand(10, 1000000));
|
||||||
|
|
||||||
$subject = '[Pandora] '.__('Reset password');
|
$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 .= ' "<strong>' . $user_reset_pass . '"</strong>';
|
||||||
$body .= '<p />';
|
$body .= '<p />';
|
||||||
$body .= __('Please, click in the link below to reset your password');
|
$body .= __('Please, click in the link below to reset your password');
|
||||||
|
|
Loading…
Reference in New Issue