Methods
- details
The email and password details to reset
- Type:
string
The email address of the user.
- password
- Type:
string
The desired new password.
- args repeatable
- Type:
[BSON, ...]
Arguments passed onto the function.
- details
- Type:
object
The received token and ID details
- token
- Type:
string
The confirmation token that was emailed to the user.
- tokenId
- Type:
string
The confirmation token id that was emailed to the user.
- details
- Type:
object
The new user's email and password details
- Type:
string
The email address of the user to register.
- password
- Type:
string
The password that the user created for the new username/password identity.
- details
- Type:
object
The associated email details
- Type:
string
The email address of the user to re-send a confirmation for.
- details
- Type:
object
The token and password details for the reset
- password
- Type:
string
The desired new password.
- token
- Type:
string
The password reset token that was emailed to the user.
- tokenId
- Type:
string
The password reset token id that was emailed to the user.
- details
- Type:
object
The associated email details
- Type:
string
The email address of the user to re-run the confirmation for.
- details
- Type:
object
The email details to send the reset to
- Type:
string
The email address of the user to re-send a confirmation for.
Promise<void>
Resets the password of an email identity using the password reset function set up in the application.
Parameters:
Promise<void>
Promise<void>
Confirms an email identity with the email/password provider.
Parameters:
Promise<void>
Promise<void>
Registers a new email identity with the email/password provider, and sends a confirmation email to the provided address.
Parameters:
Promise<void>
Promise<void>
Re-sends a confirmation email to a user that has registered but not yet confirmed their email address.
Parameters:
Promise<void>
Promise<void>
Resets the password of an email identity using the password reset token emailed to a user.
Parameters:
Promise<void>
Promise<void>
Re-run the custom confirmation function for user that has registered but not yet confirmed their email address.
Parameters:
Promise<void>
Promise<void>
Sends an email to the user for resetting the password.
Parameters:
Promise<void>