I wonder how to change user profile information in Meteor. I created an application using the accounts-base package, so I can quickly manage all related stuff with user accounts. Which is really great.
In official docs it says:
profile: an Object which (by default) the user can create and update with any data.
But how could I let the user to change it?
Regarding the same topic, using the {{loginButtons}}
tag by default I get the following image when the user has logged in:
Is there any possibility to add Change profile
, Change email
or something similar?
Thanks