Interface AdminPasswordResetConfirm

AdminPasswordResetConfirm is an admin password reset confirmation form.

Hierarchy

Implemented by

Methods

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

    This is useful if you want to use a specific transaction Dao instance instead of the default app.Dao().

    Parameters

    Returns void

  • Submit validates and submits the admin password reset confirmation form. On success returns the updated admin model associated to form.Token.

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

    Parameters

    Returns models.Admin

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

    Returns void

Properties

password: string
passwordConfirm: string
token: string

Generated using TypeDoc