Create extension scripts only from the Password Reset Extension Script form.
Do not create extension scripts in the interface.
시작하기 전에
Role required: password_reset_admin or admin주: To use a script include as an
extension script, you must set it to Active
status.
프로시저
-
Navigate to .
-
Enter a name in the Extension script name field.
Use CamelCase to construct a name without spaces, for example,
PwdEnrollmentCustom.
-
Select an Extension script category.
- Enrollment check
- Enrollment form processor
- Identification form processor
- Password generator
- User account lookup
- Verification form processor
-
Click Submit.
A new instance of the script include for the selected category
opens.
-
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.
-
Click Update.