Accounts.forgotPassword

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.

doc_Meteor
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.