password_reset.request.max_attempt_window
ServiceNow property description:
Number of minutes a user needs to wait for resetting/changing password after exceeding the maximum allowed unsuccessful attempts
Attributes
- Sys ID: 603ba124ebc101006a668c505206fe10
- Type: integer
- Application: Global
- Default value: 1440

AI generated property description:
The ServiceNow property `password_reset.request.max_attempt_window` defines the time frame, in minutes, that a user must wait before attempting to reset or change their password again after exceeding the maximum number of allowed unsuccessful attempts. This property helps to enhance security by preventing repeated, rapid attempts to reset passwords, which could be indicative of malicious activity. The default value for this property is set to 5 minutes. Adjusting this value can help balance security needs with user convenience, depending on the organization's specific requirements. This setting is part of the broader security configurations available in ServiceNow to manage password reset policies effectively.
Source