Checks if the input can be handled by this class. If it cannot handle the input, rejects with an error explaining why.
Handles the given input. This may only be called if canHandle did not reject. When unconditionally calling both in sequence, consider handleSafe instead.
A promise resolving when handling is finished.
Returns a fixed JSON view.
Input parameters, only the operation target is used.
Function that will be called for POST requests. Input data remains unchanged.
Input data that will be handled if it can be handled.
A promise resolving if the input can be handled, rejecting with an Error if not.
Generates a record to reset the password for the given email address and then mails it. In case there is no account, no error wil be thrown for privacy reasons. Instead nothing will happen instead.
Generates the link necessary for resetting the password and mails it to the given email address.
Handles the submission of the ForgotPassword form