[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Random passwords and E-mail regex



> Will we be storing passwords using the crypt() function?  That limits
> them to 8 characters, right?

We'll be storing passwords with MySQL's password() function... I'm not aware of any
such limitations, but again... I'm not a grand master of MySQL quite yet...