Options
All
  • Public
  • Public/Protected
  • All
Menu

Handles the submission of the ForgotPassword form

Hierarchy

Index

Constructors

Properties

accountStore: AccountStore
emailSender: EmailSender
logger: Logger = ...
resetRoute: InteractionRoute
templateEngine: TemplateEngine<{ resetLink: string }>

Methods

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