Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

v2.3.2 Password Reset Link not clickable in email


lee the bean

Recommended Posts

The lastest release sends a link to the users email address when they reset their password. However the link is not clickable long and may be abandoned by someone who doesnt know how to cut and paste te link to their browser.

 

The command is:

 

tep_mail($check_customer['customers_firstname'] . ' ' . $check_customer['customers_lastname'], $email_address, EMAIL_PASSWORD_RESET_SUBJECT, sprintf(EMAIL_PASSWORD_RESET_BODY, $reset_key_url), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

 

The offending code is the sprinf(EMAIL_PASSWORD_RESET_BODY, $reset_key_url) section.

 

Anyone know what to change the sprintf to to allow the link to be recognised as a HTML link.

 

(All HTML mods done and site sends out HTML emails)

 

Many ta's

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...