I know this question has been asked numerous times but I am having a difficult time publishing this information.
In Accounts.onCreateUser I am adding a field like so
You'll want to use null to publish to the single user.
Meteor.publish(null, function() { return Meteor.users.find({_id: this.userId}, {fields: {info: 1}}); });