Top "Meteor-accounts" questions

Account management with the open-source Meteor platform.

Displaying all users in Meteor

I have a template that I am trying to display all users in called userList. //server Meteor.publish("userList", function() { …

javascript meteor meteor-accounts
How to partly update meteor.users.profile?

I have started a min app based on meteor boilerplate with the module accounts-ui. There is a collection created call …

meteor meteor-accounts
Meteor template: What's the simplest way to check if a user is logged in?

I'm using Meteor's accounts-ui. Is there a way to check if the user is logged in on the template without …

meteor meteor-blaze meteor-accounts meteor-helper
Accounts.onCreateUser adding extra attributes while creating new users, good practices?

I'm creating new user with Accounts.createUser() and it works normally if you are not doing anything fancy. But I …

meteor meteor-accounts