Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Enable users to enroll for Password Reset

To enable users to enroll for the Password Reset program, you specify a UI macro that takes the user through the enrollment process and a script that processes the enrollment data that the user entered. The base system includes a functioning macro and script.

Before you begin

Role required: password_reset_admin

About this task

To enable users to enroll, you configure settings for the verification type that your Password Reset process is based on.

Procedure

  1. Navigate to All > Password Reset > Extensions > Verification Types.

  2. Click the verification type for the verification that your Password Reset process uses.

    The verification type for each base-system verification is identified in Password Reset verifications.

  3. On the Verification Types page, specify the following settings:

    FieldDescription
    Automatic enrollmentClear the check box to disable automatic enrollment.
    Enrollment UIEnrollment UI macro that takes the user through the enrollment process.
    Enrollment processorEnrollment processor script that processes enrollment data.
  4. Repeat the procedure for all verifications that your Password Reset process uses.

Enabling user enrollment

This example verification type uses the pwd_enroll_sms_ui enrollment UI macro and the PwdEnrollSMSProcessor enrollment processor script.

Image omitted: VerificationTypeExample.png
Verification type

A verification type must also define a verification UI macro and a corresponding verification processor script. The example uses the pwd_verify_sms_uiverification UI macro and the PwdVerifySMSProcessor verification processor script.

Image omitted: VerificationTypeSMSUIMacro.png
UI macro
Image omitted: VerificationTypeSMSProcessor.png
Verification processor

Parent Topic:Configure your Password Reset process

Related topics

Calculating the security score for password reset process

Configure password expiration reminder

Credential stores for Password Reset

Password Reset verifications

Configure your Password Reset process to auto-enroll users

Configure Password Reset properties

Send email to remind users to enroll for Password Reset

Configure the required strength for passwords

Specify lockout for failed login attempts

Configure Google reCAPTCHA for the password reset process