File: public_html/catalog/create_account.php, line 382 onwards..
PHP Code:
// BOF PHONE ORDER
// $email_text .= EMAIL_ACCOUNT_DETAILS . "\n" . EMAIL_ACCOUNT_USERNAME . $email_address . "\n" . EMAIL_ACCOUNT_PASSWORD . $password . "\n\n";
$email_text .= EMAIL_ACCOUNT_DETAILS . "\n" . EMAIL_ACCOUNT_USERNAME . $email_address . "\n" . EMAIL_ACCOUNT_PASSWORD . EMAIL_ACCOUNT_PASSWORD_REPLACEMENT . "\n\n";
// EOF PHONE ORDER
File: public_html/catalog/includes/languages/english/create_account.php, line 25 onwards..
Code:
define('EMAIL_ACCOUNT_PASSWORD', 'Password: ');
define('EMAIL_ACCOUNT_PASSWORD_REPLACEMENT', '******* (masked). If necessary use Password Forgotten feature');
Also make a similar change to any other language files that are used.
IMHO, it would be better if this was used by default.
Bookmarks