• Requests passsword reset email for a user identified by provided user name.
    Email is configured on Website object

    Parameters

    • username: string

      Username

    • uri: string

      base URI which understand the ticketKey

    • Optional callback: ((data, textStatus, jqXHR) => void)

      Callback function passed to jQuery.post as a "success" parameter

        • (data, textStatus, jqXHR): void
        • Parameters

          • data: any
          • textStatus: string
          • jqXHR: any

          Returns void

    Returns void

Generated using TypeDoc