$password = tep_create_random_value(10);Which should create a random password 10 characters long. But I started getting an error message that the password needs to be at least 5 characters long. So I replaced that code with:
$password = tep_create_random_value(ENTRY_PASSWORD_MIN_LENGTH);Which is the same as on the password forgotten page, yet I still get the error that the password is not long enough.
I know the function is in functions/general.php, so it should work, but it doesn't. This means that a customer has to really want to buy from me to do so since they have to go through the account creation process twice (and the DOB and phone number requirements I had removed were showing up as errors again).
What could be the reason for a basic function of the store to stop working?
Edited by chemist4, 19 May 2012 - 03:15 PM.










