User self-care template files

These files support user self-care tasks.

Page name File name and macros Description
Common User Profile Management JavaScript mga/user/mgmt/common.js Used by one-time password and device management pages. Contains functions and properties making calls to the user self-care REST services.
Manage your registered devicesDevice Attributes mga/user/mgmt/device/device_attributes.html Enable or disable device. Rename or remove device. Display all of the attributes for a device.
Device Attributes JavaScript mga/user/mgmt/device/device_attributes.js Processes values entered in the device_attributes.html template
Device Selection mga/user/mgmt/device/device_selection.html Display device name, status (enabled or disabled), and time of last activity.
Device Selection JavaScript mga/user/mgmt/device/device_selection.js Processes data to display in the device_selections.html template
Authorization Grant mga/user/mgmt/device/grant_attributes.html Enable an OAuth 2.0 authorization grant.
Remove an OAuth 2.0 authorization grant.
Display the OAuth 2.0 tokens and attributes of an authorization grant.
Authorization Grants JavaScript mga/user/mgmt/device/grant-attributes.js Process data to display in the grant_attributes.html template.
HMAC OTP Shared Key mga/user/mgmt/otp/otp.html Reset TOTP and HOTP Secret Key.
HMAC OTP Shared Key JavaScript mga/user/mgmt/otp/otp.js Reset TOTP and HOTP Secret Key.
Knowledge Questions management mga/user/mgmt/questions/user_questions.htmlMacros:

  • @USERNAME @
  • @MAX_STORED_QUESTIONS@
Displayed for the user to manage their knowledge questions. The user can select pre-configured questions or write their own questions.
Knowledge Questions JavaScript functions mga /user/mgmt/questions/user_questions.js Consists of the JavaScript functions that:

  • Display the knowledge questions.
  • Allow the user to manage their knowledge questions.

Parent topic: Template files reference