Ryan - 2006-03-01

Logged In: YES
user_id=1193742

One way to do this would be just to store the email address
in the user name column.

OR: Allow the user to select which they want to use
(username or email)

Make account options page:
Change password
Change username - either type in or drop down of email or
username.
Change email
Change name

------------------------
Perhaps when you make a member, give a temp id and set status,
when they log in for the first time, choose login between
username and email.
Then set the status to reflect whether they are username or
email oriented.
Allow this choice on the user account options page.
------------------------
logonPage: select where username = ? and status = 1 or email
= ? and status = 2 and password = ?
- or -
On login page, just add another box, username or email, and
then password
------------------------
on the user account options, allow change of first name,
last name, and email. (not username, but display it)
always make sure email and username are unique (add
constraint).