Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9196819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:56:03+00:00 2026-06-17T21:56:03+00:00

I wonder how to change user profile information in Meteor. I created an application

  • 0

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:

enter image description here

Is there any possibility to add Change profile, Change email or something similar?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T21:56:04+00:00Added an answer on June 17, 2026 at 9:56 pm

    For the moment accounts-ui doesn’t have a change profile button built in, you have to make it manually.

    For instance if you do

    Meteor.users.update({_id:Meteor.user()._id}, {$set:{"profile.name":"Carlos"}})
    

    You could change the screen in accounts-ui above you have to show a name instead of the email you would click to display the dialog above.

    The email is a little bit tricker, you have to do this from the server since (in a meteor.methods/call perhaps) you can’t modify the email stuff from the client, I would suggest adding a new email and having it verified instead of changing the existing email (since its also their login). Or having it verified first then changing it so as not to change someones email to something where they can’t recover their password.

    Meteor.users.update({_id:Meteor.user()._id}, {$addToSet:{"emails":{address:"newemail@newemail.com","verified":false}}});
    

    Or if you want users to have one email they can change:

    Meteor.users.update({_id:Meteor.user()._id}, {$set:{"emails":[{address:"newemail@newemail.com"}]});
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my iPhone application, the user can change the unit (km or mile) in
I am new to mvc and I wonder how I can change the background
I wonder whether someone can help me please. I'm using the code below to
I'm not talking about restoring application state (using Bundle or configuration change or even
wonder whether someone can help me with the following one... I have a struct
I wonder about that can I write native SQL to add or delete operations
I wonder, using Eclipse's PyDev plugin , how come documentation does not always show
I wonder whether someone can help me please. I've put together this page, which
I have a user model class User < ActiveRecord::Base has_many :languages, :dependent => :destroy
I am developing a form in a Symfony application where a user must indicate

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.