password_reset.request.retry_window

ServiceNow property description:

Number of minutes from the last request before the retry count is reset to zero

Attributes

  • Sys ID: 41f8c4e1eb0501006a668c505206fe98
  • Type: integer
  • Application: Global
  • Default value: 1440
AI Logo

AI generated property description:

The ServiceNow property `password_reset.request.retry_window` defines the time frame, in minutes, during which the retry count for password reset requests is tracked. If a user attempts to reset their password multiple times within this window, each attempt is counted towards the retry limit. Once the specified number of minutes has passed since the last request, the retry count is reset to zero, allowing the user to make new attempts without being blocked by previous retries. This property helps manage and secure the password reset process by preventing excessive attempts within a short period. The default value for this property is 60 minutes.

Source

Related property: password_reset.request.success_window