meteor-accounts-ui-bootstrap-3 icon indicating copy to clipboard operation
meteor-accounts-ui-bootstrap-3 copied to clipboard

Could I use full name in profile to show instead of "username"?

Open thearabbit opened this issue 10 years ago • 0 comments

I would like to show fullName file in user profile instead of username

"username" : "super",
    "emails" : [ 
        {
            "address" : "[email protected]",
            "verified" : false
        }
    ],
    "profile" : {
        "fullName" : "Theara"
    },

thearabbit avatar Nov 21 '15 09:11 thearabbit