Client
Accounts.forgotPassword(options, [callback])
import { Accounts } from 'meteor/accounts-base'
Source Request a forgot password email.
Arguments
- callback Function
-
Optional callback. Called with no arguments on success, or with a single
Error
argument on failure.
Options
- email String
-
The email address to send a password reset link.
Please login to continue.