- Get link
- X
- Other Apps
Opencart Forgotten Password not work
Go to catalog\language\en-gb\mail\forgotten.php
delete all text and paste this
<?php
// Text
$_['text_subject'] = '%s - Password reset request';
$_['text_greeting'] = 'A new password was requested for %s customer account.';
$_['text_change'] = "To reset your password click on the link below:\n\r";
$_['text_ip'] = "\n\r\n\rThe IP used to make this request was:";
Comments
Post a Comment