thedouglenz / thou_hast_been

0 stars 0 forks source link

Local registration needs to take more inputs #19

Open thedouglenz opened 10 years ago

thedouglenz commented 10 years ago

In order to get a full user object for users that register without facebook or Google+, we need to get their first name and last name. Create new form fields and get the fname lname data to the passport local strategy and save fname + ' ' + lname to the User.local.realname field in the database.