Options
All
  • Public
  • Public/Protected
  • All
Menu

Password reset controller.

Hierarchy

  • PasswordResetController

Index

Constructors

constructor

Methods

passwordResetExists

  • passwordResetExists(resetID: string): Promise<boolean>

requestPasswordReset

  • requestPasswordReset(email: string, hostname: string): Promise<void>

resetPassword

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

Generated using TypeDoc