Class RecordPasswordResetRequestForm

RecordPasswordResetRequest is an auth record reset password request form.

Hierarchy

Implements

Constructors

Methods

Properties

Constructors

Methods

  • Submit validates and submits the form. On success, sends a password reset email to the form.Email auth record.

    You can optionally provide a list of InterceptorFunc to further modify the form behavior before persisting it.

    Parameters

    Returns void

  • Validate makes the form validatable by implementing [validation.Validatable] interface.

    This method doesn't check whether auth record with form.Email exists (this is done on Submit).

    Returns void

Properties

email: string

Generated using TypeDoc