Change Password is not honouring the property "password_reset.request.max_attempt_window"DescriptionUsers are able to change the password multiple times in Service Portal user profile page using the "Change Password" widget. Before changing thepassword, we should check if the user is eligible for a password change based on certain system properties and these properties are currently nothonored in Service Portal. This behavior is working fine in Platform's password change flow. This is a known error and this support will be added inService Portal in the future releases.Steps to Reproduce 1. Log into the instance "https://instance-name.service-now.com/sp"2. Create a user and assign a password3. Go to "sp_config" and select "Designer"https://instance-name.service-now.com/sp_config4. Search "User Profile" and add "Change Password" widget5. Now login/impersonate to the instance using the user created above6. Navigate to Profile >> Scroll to Change My Password Widget and try to change the password7. Try to change the password multiple timesThere are a few system properties which will block the user from changing the password.#1Property name: password_reset.request.max_attempt_windowProperty description: Number of minutes a user needs to wait for resetting/changing password after exceeding the maximum allowed unsuccessful attemptsAs per the description, it would block the user until the property value time has not been elapsed. Until the time, user is blocked to reset the password.#2For this case, there is another propertyProperty name: password_reset.request.success_windowProperty description: Number of minutes a user needs to wait to reset/change password after the last successful reset/changeBased on the 2nd property, if a user has successfully changed the password, they will be blocked for certain amount of time to change the password again.WorkaroundThere is no workaround as of today and this behavior will be supported in Service Portal in the future releases.Related Problem: PRB1938892