Accounts.verifyEmail

Client

Accounts.verifyEmail(token, [callback])

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

Marks the user's email address as verified. Logs the user in afterwards.

Arguments

token String

The token retrieved from the verification URL.

callback Function

Optional callback. Called with no arguments on success, or with a single Error argument on failure.

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

Please login to continue.