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

Password Reset global properties

You can configure the Password Reset global properties.

Property LabelProperty NameDescription
Password Reset Global Properties
Email template for enrollment reminder emailspassword\_reset.enroll \_reminder.email\_templateThe instance can send email reminders to users who are not yet enrolled in the Password Reset process. Template to use for the email messages that remind users to enroll for the password reset process. See Send email to remind users to enroll for Password Reset.
Workflow polling frequencypassword\_reset.wf.refresh\_rateTime period in milliseconds between checks on status of the Password Reset workflow. - Type: integer - Default value: 500
Workflow expirationpassword\_reset.wf.timeoutMaximum wait time in milliseconds for the workflow to complete. The workflow is triggered during the password reset request when the user clicks Submit.- Type: integer - Default value: 90000
Disable CAPTCHA validation functionalitypassword\_reset.captcha.ignore

Enables or disables CAPTCHA functionality.- Type: true\|false - Default value: false

The Password Reset application uses Google re-CAPTCHA as the default CAPTCHA service. To use the base system CAPTCHA, change the password_reset.captcha.google.enabled system property to false.

See Configure Google reCAPTCHA

Password Reset Request Properties
Number of unsuccessful attempts allowed to resetting/changing passwordpassword\_reset.request.max\_attemptNumber of password reset attempts a user is allowed before they are locked out for a period determined by the value in max_attempt_window.- Type: integer - Default value: 3 (attempts)
Number of minutes a user needs to wait for resetting/changing password after exceeding the maximum allowed unsuccessful attemptspassword\_reset.request.max\_attempt\_windowTime period that users are blocked or prevented from changing their passwords after trying the maximum number of times.- Type: integer - Default value: 1440 \(minutes\)
Number of minutes a user needs to wait to reset/change password after the last successful reset/changepassword\_reset.request.success\_windowTime period that a user must wait after successfully resetting the password to reset the password again.- Type: integer - Default value: 1440 \(minutes\)
Number of minutes a user needs to wait to start a reset request after the last successful unlock account.password\_reset.request.unlock\_windowTime period that a user must wait after a successful unlock operation before starting a new request.- Type: integer - Default value: 1440 \(minutes\)
Number of minutes before a password reset request expirespassword\_reset.request.expiryTime period during which a user must perform the Password Reset process.- Type: integer - Default value: 10 \(minutes\)
Number of hours before the password reset one time token validity expiresglide.pwd\_reset.onetime.token.validity

Time period during which a user must perform the Password Reset process using the email link.- Type: integer - Default value: 12 (hours)

Note: The setting for the glide.pwd_reset.onetime.token.validity property takes precedence over the setting for password_reset.request.expiry when the Email Password Reset URL check box on the process record is selected.

Maximum number of times that a user can receive "Reset Password" link via email, in a span of 24 hours. The upper limit is 5.password\_reset.request.max\_emailMaximum number of times a user can receive emails containing a link for resetting a password in a duration of 24 hours. For example, when you set the maximum number to 3, users would receive 3 emails in the duration of 24 hours. The maximum number you can set is 5.
Password Reset Security Question Properties
Number of security questions required during the password reset requestpassword\_reset.qa.num\_reset

Number of security questions that are displayed on the Verify page while a user is attempting to reset the password. The user must answer all questions correctly to verify identity. The questions are selected at random and are presented in random order.

  • Type: integer
  • Default value: 3 (questions)
  • Possible values: Integers that are less than the number specified for the Number of security questions required during enrollment property (the num_enroll parameter).

Note: You can override this property setting for a Password Reset process by configuring the num_reset parameter. See Specify the number of required security questions.

Number of security questions required during enrollmentpassword\_reset.qa.num\_enroll

Number of questions that a user must provide answers to while enrolling for the Password Reset process.

  • Type: integer
  • Default value: 5
  • Possible values: Integers that are greater than or equal to the number specified for the Number of security questions required during enrollment property (the num_reset parameter).

Note:

  • While attempting to verify identity, if a user answers a question incorrectly, the application refreshes with a random set of the specified questions in random order. You should, therefore, require more questions than specified for the Number of security questions required during enrollment property (the num_reset parameter).
  • You can override this property setting for a Password Reset process by configuring the num_enroll parameter. See Specify the number of required security questions.
Minimum length requirement for security answerspassword\_reset.qa.ans\_min\_lenMinimum number of alphanumeric characters that the user must enter in the answer text box for any security question.Default value: 3 characters
Password Reset SMS Code Properties
Maximum number of SMS codes sent for verification per daypassword\_reset.sms.max\_per\_day

Maximum number of SMS codes that are sent to a user within one 24-hour period. The 24-hour period begins when a user clicks Send Code.

  • Type: integer
  • Default value: 10 (per day)

Note: You can override this SMS code property by adding the max_per_day parameter in the SMS code verification.

Number of minutes before the user can attempt to send another SMS code for verificationpassword\_reset.sms.pause\_window

Time that must pass before another SMS code can be sent to a user.

  • Type: integer
  • Default value: 2 (minutes)

Note: You can override this SMS code property by adding the pause_window parameter in the SMS code verification.

Number of digits in the SMS code sent to the userpassword\_reset.sms.default\_complexity

Number of characters required for a user to reset their password.

  • Type: integer
  • Default value: 4 (digits)

You can override this SMS code property by adding the complexity parameter in the SMS code verification.

Number of minutes before the SMS code expirespassword\_reset.sms.expiry

Time, in minutes, until the SMS code sent to the user expires.

  • Type: integer
  • Default value: 5 (minutes)

Note: You can override this SMS code property by the expiry parameter in the SMS code verification.

Use Notify for SMS code notification for enrollment and verificationpassword\_reset.sms.use\_notify

Support for SMS channel used for notifying users for password reset enrollment and verification. If selected, the users would receive notifications through Notify.- Type: Yes\|No - Default value: Yes

Note: To use Notify, you must activate the Notify plugin (com.snc.notify).

Password Reset Soft PIN Properties
Enable Soft PIN expirationpassword\_reset.softpin.expiration\_enabledEnables or turns off Soft PIN expiration for users. - Type: Yes\|No - Default value: Yes Use this property when you want to let users know that their Soft PIN is expiring. You can enable sending reminders for Soft PIN expiration. If the users are resetting Soft PIN using the Virtual Agent,they view the corresponding messages with the number of days when the Soft PIN is going to expire.
The number of days after which the Soft PIN expirespassword\_reset.softpin.expiration\_dayNumber of days after which the Soft PIN expires. For example, if you set the number to 90, the Soft PIN will expire after 90 days are completed. The minimum limit is 30 days. Default value: 90
Enable Soft PIN expiration reminderpassword\_reset.softpin.expiration\_reminder\_enabledEnables or turns off the Soft PIN expiration reminders. If selected, the users will not get any email notifications stating that their Soft PIN is expiring. - Type: Yes\|No - Default value: Yes
The time at which the Soft PIN expiration reminder is sent. Format: HH:MMpassword\_reset.softpin.expiration\_reminder\_timeThe time at which you want the users to receive the reminders. You must enter the value in the HH:MM format. Default value is 00:00 at system time zone.
The number of days that specify when to send a reminder before the Soft PIN expirespassword\_reset.softpin.expiration\_reminder\_warn\_daysNumber of days that specify when to send a reminder before the Soft PIN expires. For example, if you set the value to 5, users would get the reminder 5 days before their Soft PIN expires. Default value: 10
The number that sets a history limit on reusing previously used Soft PINs for the enrollment. Use any value from 1 to 30password\_reset.softpin.history\_limitNumber of previous Soft PINs which can’t be reused for the enrollment. For example,if you set the number to 3, the users won't be able to use the same Soft PIN that's used in the previous 3 Soft PINs. You must use the number between 1 and 30. Default value: 5
Password Reset Monitoring and Reporting Properties
Time interval, in minutes, for counting blocked userspassword\_reset.activity\_monitor.incident\_windowTime window to count the number of blocked users.- Type: integer - Default value: 60 \(minutes\)
Number of blocked users, in the defined time interval, that triggers a system log eventpassword\_reset.activity\_monitor.incident\_thresholdNumber of blocked \(or locked\) users, within the specified time window, that triggers a system log event.- Type: integer - Default value: 10 \(blocked users\)
Password Reset Style Sheet
Style sheet to apply to end-user pages during the password reset process.password\_reset.stylesheetName of a custom CSS style sheet in the Style Sheet [content_css] table. You can use the default style sheet as a template for the custom style sheet. You cannot add element definitions to the style sheet.- Type: string - Default value: css_pwd_reset_default

Note: Several components in the Self Service Password Reset (com.snc.password_reset) plugin and the Password Reset (com.glideapp.password_reset) plugin control the password reset flow. The following properties affect Password Reset, but do not appear on the Password Reset > Properties page:

You can add the glide.pwd_reset.onetime.token.validity property to the System Properties [sys_properties] table to specify the number of hours that the Password Reset token should be valid. Default: 12.

Note: The setting for the glide.pwd_reset.onetime.token.validity property takes precedence over the setting for password_reset.request.expiry when the Email Password Reset URL checkbox on the process record is selected.

Properties accessible from the System Properties [sys_properties] table:

  • For Password Reset on mobile devices, you can specify the URL that the user is taken to when user taps the Forgot password? button. See the glide.security.password_reset.uri property in High Security Settings . Default: /$pwd_reset.do?sysparm_url=ss_default
  • If glide.security.forgot_password.display.link is set to true, displays the Forgot Password? link on the login page.

Related topics

Configure Password Reset properties