[phplib] users From: Faine, Mark (Mark.Faine <email protected>)
Date: 04/20/01

It seems to me that auth_user should contain more than the few fields. I
need to be able to recall user information such as address, first name, last
name, phone number, etc. The usual information, nowhere is this implemented,
I know I could create yet another table but I have 3 or 4 already it's
getting hard to keep track of them and this seems a little messy.
 
Should I extend the auth_user table to include the information I need or
make yet another table or what? I'm just looking for suggestions on best
possible implementation, how have you guys done it?
 
-Mark