Last Updated: February 25, 2016
·
3.503K
· royletron

Find Meteor user from email

var user = Meteor.users.findOne({"emails.address": email});

This is what I have spent most of my evening searching for, finding a Meteor user via email. Now I may be stupid but I bet I am not the first!