fix user full name for local user register

v1.18.x
pichalite 9 years ago
parent f0ac0d3b29
commit 5450f59f99

@ -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