Over at https://docs.meteor.com/api/accounts.html#Meteor-users we see:
emails : an Array of Objects with keys address and verified ; an email address may belong to at most one user.
Yet I can see multiple users with the same email:
- one is a regular password account
- the other is a facebook account via oauth
Therefore the docs seem to be wrong?