Call the custom function to reset the password.
The new user's email and password details.
The email address of the user to register.
The password that the user created for the new username/password identity.
Rest
...args: unknown[]One or more arguments to pass to the function.
v10.10.0
Confirms an email identity with the email/password provider.
The received token and ID details
The confirmation token that was emailed to the user.
The confirmation token id that was emailed to the user.
v10.10.0
Registers a new email identity with the email/password provider, and sends a confirmation email to the provided address.
The new user's email and password details.
The email address of the user to register.
The password that the user created for the new username/password identity.
v10.10.0
Re-sends a confirmation email to a user that has registered but not yet confirmed their email address.
The associated email details.
The email address of the user to re-send a confirmation for.
v10.10.0
Resets the password of an email identity using the password reset token emailed to a user.
The token and password details for the reset.
The desired new password.
The password reset token that was emailed to the user.
The password reset token id that was emailed to the user.
v10.10.0
Re-run the custom confirmation function for user that has registered but not yet confirmed their email address.
The associated email details.
The email address of the user to re-run the confirmation for.
v10.10.0
Generated using TypeDoc
Authentication provider where users identify using email and password.
See
https://www.mongodb.com/docs/atlas/app-services/authentication/email-password/