allow User.create to accept fullname

This commit is contained in:
Julian Lam
2016-01-07 17:18:37 -05:00
parent c41889c678
commit 1d42655bb5

View File

@@ -32,7 +32,7 @@ module.exports = function(User) {
'email': data.email,
'joindate': timestamp,
'picture': '',
'fullname': '',
'fullname': data.fullname,
'location': '',
'birthday': '',
'website': '',