mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
allow User.create to accept fullname
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = function(User) {
|
|||||||
'email': data.email,
|
'email': data.email,
|
||||||
'joindate': timestamp,
|
'joindate': timestamp,
|
||||||
'picture': '',
|
'picture': '',
|
||||||
'fullname': '',
|
'fullname': data.fullname,
|
||||||
'location': '',
|
'location': '',
|
||||||
'birthday': '',
|
'birthday': '',
|
||||||
'website': '',
|
'website': '',
|
||||||
|
|||||||
Reference in New Issue
Block a user