ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

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

Open thearabbit opened 8 years ago

thearabbit commented 8 years ago

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

"username" : "super",
    "emails" : [ 
        {
            "address" : "super@gmail.com",
            "verified" : false
        }
    ],
    "profile" : {
        "fullName" : "Theara"
    },