From 5b015dbcb989fd22e3964480e9da9491d0f16189 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Thu, 20 Apr 2017 16:11:45 +0200 Subject: [PATCH] Added new icon to meta mail setup and change mail message --- pandora_console/images/icono_mail.png | Bin 0 -> 483 bytes pandora_console/index.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 pandora_console/images/icono_mail.png diff --git a/pandora_console/images/icono_mail.png b/pandora_console/images/icono_mail.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9a8e953e5a49b91774c50a7896e6ddb30750a8 GIT binary patch literal 483 zcmV<90UZ8`P)T2`C$?O0fZAVqG|O9;tN2mfKvxR0Fi+}&H>`{=)Pcq@)e+x9}XTo=m^(=&0{zL zKmd`97?G@T0OA8U)Pdzd?qY(8068Gd3xQYwBms4_01!Wb%7FnBlH<=qH5vlh0U!)w zqemzsl0X6h=Pv*nkVvwp0Rm`{Aecx0LlfHvTwxCiPFNy20F4Ympx_6zwDBJnf#{L+ z9w;dQRU`mXh%15&pw0kk0Hyu+=x%{I17zBHm?@z2gT#jU2gP0Za>ajSlL=~|EdU6x zp^K2qFi;Aqr-GSxB+@$h7OppxJCe4(CvpBi0qU9&^$E} z=2DOtuG$PaLiZzuc_PU5Bvd-cVSWHsx1a~h1CYT;sfSpw5Q_V8g?S(}94ShMC?yIl Z0RYJ|rNXcPe69ch002ovPDHLkV1g$Zy`KO8 literal 0 HcmV?d00001 diff --git a/pandora_console/index.php b/pandora_console/index.php index 065dcd2682..3a10eb43d2 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -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 .= ' "' . $user_reset_pass . '"'; $body .= '

'; $body .= __('Please, click in the link below to reset your password');