API Docs for:
Show:

eb_passwordReset Class

Define eb_passwordReset class.

Methods

eb_passwordReset.model

(
  • data
  • domElement
)

Password reset request model for binding data.

Parameters:

  • data Object

    Reset password service response data.

  • domElement Object

    DOM element.

eb_passwordReset.render

(
  • options
)
String

Rendering public method to load HTML template.

Parameters:

  • options Any

    Object with data required for getting HTML template through Ajax call.

    • SitePath String

      Site path.

    • ServicePath Object

      SOA path.

    • templatePath String

      HTML file path.

    • domElement Object

      DOM element.

Returns:

String:

jQuery promise object which will return HTML template.

eb_passwordReset.requestPasswordReset

(
  • model
)
String

This function is responsible for calling the password reset service.

Parameters:

  • model Object

    eb_passwordReset.model Object.

Returns:

String:

jQuery promise object which will return user data.

Properties

eb_passwordReset.AuthenticationMethod

String

Authentication Method.

eb_passwordReset.PasswordResetService

String

Password Reset service URL.

eb_passwordReset.ServicePath

String

The path to the eBusiness SOA layer.

eb_passwordReset.SitePath

String

Control level setting: Site path.

eb_passwordReset.TemplatePath

String

Control level setting Template path.