What is the maximum password length for the customer login and the admin login?
What is the maximum password length for the customer login and the admin login?
The field in the DB is limited to 40 characters.
But that's for the encrypted version of the password. My answer is somewhere in the documents at RSA. I'll keep looking. Thanks
It turns out the only limitation for password length is the html password input box which on a standard zencart install is set to 40 characters. The php function used to encrypt the password really has no length limit.