Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

2.3.1 -> 2.3.2 Password Forgotten Reset Key Fix


Harald Ponce de Leon

Recommended Posts

Posted

Hi All..

 

It was brought to our attention that the v2.3.1 -> v2.3.2 upgrade guide contained an error in the changes for password_forgotten.php affecting the password reset key.

 

The upgrade guide has been updated at:

 

http://library.oscommerce.com/Online&en&oscom_2_3&release_notes&v2_3_2

 

The fix changes the following code:

 

if ( strpos($reset_key_url, '&') !== false ) {
 $reset_key_url = str_replace('&', '&', $reset_key_url);
}

 

to:

 

if ( strpos($reset_key_url, '&') !== false ) {
 $reset_key_url = str_replace('&', '&', $reset_key_url);
}

 

Thanks to @PACK Computers for pointing this out!

:heart:, osCommerce

Archived

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

×
×
  • Create New...