Create a Password Reset extension script

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Create extension scripts only from the Password Reset Extension Script form. Do not create extension scripts in the System Definition > Script Includes interface.

    시작하기 전에

    Role required: password_reset_admin or admin
    주:
    To use a script include as an extension script, you must set it to Active status.

    프로시저

    1. Navigate to Password Reset > Extensions > New extension script.
    2. Enter a name in the Extension script name field.
      Use CamelCase to construct a name without spaces, for example, PwdEnrollmentCustom.
    3. Select an Extension script category.
      • Enrollment check
      • Enrollment form processor
      • Identification form processor
      • Password generator
      • User account lookup
      • Verification form processor
    4. Click Submit.
      A new instance of the script include for the selected category opens.
    5. Edit the script by providing an implementation in the body of the process or processForm function, depending on the script category.
      You can add additional functions as long as the process or processForm function accepts the defined parameters and returns the expected results.
      주:
      Do not edit or delete the Category declaration.
      New extension script
    6. Click Update.