Zen Cart Logo
Forums / General Questions / maximum password length

maximum password length

Locked

Views: 1,648

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 May 2006, 10:23 PM
#1
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

maximum password length

What is the maximum password length for the customer login and the admin login?

27 May 2006, 11:08 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: maximum password length

The field in the DB is limited to 40 characters.

27 May 2006, 11:57 PM
#3
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: maximum password length

But that's for the encrypted version of the password. My answer is somewhere in the documents at RSA. I'll keep looking. Thanks

28 May 2006, 6:28 PM
#4
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: maximum password length

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.