Options
All
  • Public
  • Public/Protected
  • All
Menu

Handles the submission of the ResetPassword form: this is the form that is linked in the reset password email.

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly accountStore

accountStore: AccountStore

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

handle

handleSafe

Private resetPassword

  • resetPassword(recordId: string, newPassword: string): Promise<void>