Property defining the number of failed login attempts to lock out a user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2022 08:58 PM
I understand that the number of times a user is locked out after a failed login attempt is defined in a script in the Script Action "SNC User Lockout Check".
So what value is set in the "password_reset.request.max_attempt" property?
From reading the documentation, it reads as setting the number of login attempts allowed before the user is locked out.
Can someone please enlighten me on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2022 09:21 PM
Hi
this is an excellent question. After performing a code search I cannot find a place where the system property is taken into account. So it seems, that ServiceNow forgot to consider the system property within the Script Action.
Maik