твой_сайт/controllers/front/AuthController.php
строки 757-764
Код:
Mail::l('Welcome!'),
array(
'{firstname}' => $customer->firstname,
'{lastname}' => $customer->lastname,
'{email}' => $customer->email,
'{passwd}' => str_repeat('*', strlen(Tools::getValue('passwd'))),
),
измени так
Код:
Mail::l('Welcome!'),
array(
'{firstname}' => $customer->firstname,
'{lastname}' => $customer->lastname,
'{email}' => $customer->email,
//'{passwd}' => str_repeat('*', strlen(Tools::getValue('passwd'))),
'{passwd}' => Tools::getValue('passwd'),
),
Сообщение отредактировал Triton63 (16-04-2019 22:15)