Merge pull request #4079 from pichalite/master

fix user full name for local user register
v1.18.x
Julian Lam 9 years ago
commit 9be321f5c7

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

Loading…
Cancel
Save