Harald Ponce de Leon Posted January 9, 2013 Posted January 9, 2013 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! , osCommerce
Recommended Posts
Archived
This topic is now archived and is closed to further replies.