mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 07:40:43 +01:00
Merge pull request #4079 from pichalite/master
fix user full name for local user register
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = function(User) {
|
||||
'joindate': timestamp,
|
||||
'lastonline': timestamp,
|
||||
'picture': '',
|
||||
'fullname': data.fullname,
|
||||
'fullname': data.fullname || '',
|
||||
'location': '',
|
||||
'birthday': '',
|
||||
'website': '',
|
||||
|
||||
Reference in New Issue
Block a user