Interface RecordPasswordResetConfirm

RecordPasswordResetConfirm is an auth record password reset confirmation form.

Hierarchy

Implemented by

Methods

  • SetDao replaces the default form Dao instance with the provided one.

    Parameters

    Returns void

  • Submit validates and submits the form. On success returns the updated auth record associated to form.Token.

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

    Parameters

    Returns models.Record

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

    Returns void

Properties

password: string
passwordConfirm: string
token: string

Generated using TypeDoc