Should password and username store together with Customer info in same table

Stalker

Member
Oct 9, 1999
193
0
0
How to get Customer info if it is being seperated. Should the table which store Usename and Password store CustomerID at Customer info table
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
it's not that risky if you store an md5 hash of the password in the db instead of a plaintext password.