lingrenzhang / workspace

2 stars 0 forks source link

Enhance register and login process #50

Open seanjiang86 opened 10 years ago

seanjiang86 commented 10 years ago

1.Send email notification after register. (May impact current DB schema. Check details during implementation.) Basic idea: User should register both cell phone(required), email(optional based on specific user scenario), username(like ID for our specific user scenario) During login: cell phone/email and username can all be used as the "user name"

seanjiang86 commented 10 years ago

2.Also take care of the picture.

lingrenzhang commented 10 years ago

Logout button should be available anywhere on the website. Currently it is only available on carpool tab but not user center tab.