In my older version I had edited the Forgotten_Password page so that new passwords were generated with characters only. I was following an example from http://www.zen-cart.com/wiki/index.php/Custom_passwords
This worked well but when I upgraded to 1.5.3 I haven't been able to get the code to work with that change. I have tried several different syntax options but with each one I only get a blank page rather than the correct forgotten password page.
This is the line of code that needs to be edited but I don't know where or how to place the 'chars' option.
$new_password = zen_create_PADSS_password( (ENTRY_PASSWORD_MIN_LENGTH > 0 ? ENTRY_PASSWORD_MIN_LENGTH : 5) );
My php knowledge is limited and I've been unable to find this situation on the internet.


Reply With Quote

