Menu

#60 Password lenght storage in DB

open
nobody
None
5
2012-11-11
2006-10-20
Anonymous
No

Table : User
Fields ! Password

char(32) was to short to store the encrypted password.
I had to set char(50) instead of 32 and it was working.

char(32) was made by the install script.

Discussion


Log in to post a comment.