Options
All
  • Public
  • Public/Protected
  • All
Menu

Handles the submission of the ForgotPassword form

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly accountStore

accountStore: AccountStore

Private Readonly baseUrl

baseUrl: string

Private Readonly emailSender

emailSender: EmailSender

Private Readonly idpPath

idpPath: string

Protected Readonly logger

logger: Logger = ...

Private Readonly templateEngine

templateEngine: TemplateEngine<{ resetLink: string }>

Methods

canHandle

handle

handleSafe

Private resetPassword

  • resetPassword(email: string): Promise<void>

Private sendResetMail

  • sendResetMail(recordId: string, email: string): Promise<void>