> 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...