Accounts.findUserByEmail

Server

Accounts.findUserByEmail(email)

import { Accounts } from 'meteor/accounts-base' Source

Finds the user with the specified email. First tries to match email case sensitively; if that fails, it tries case insensitively; but if more than one user matches the case insensitive search, it returns null.

Arguments

email String

The email address to look for

doc_Meteor
2016-05-29 17:17:27
Comments
Leave a Comment

Please login to continue.