Class ForgotPasswordHandler

Handles the submission of the ForgotPassword form

Hierarchy

Constructors

Properties

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

Methods