Deletes the Forgot Password Confirmation Record.
The record id of the forgot password confirmation record.
Creates a Forgot Password Confirmation Record. This will be to remember that a user has made a request to reset a password. Throws an error if the email doesn't exist.
ID of the email/password login object.
The record id. This should be included in the reset password link.
Gets the email associated with the forgot password confirmation record or undefined if it's not present.
The record id retrieved from the link.
The user's email.
Responsible for storing the records that are used when a user forgets their password.