We wanted account lockout to be enabled after insertion of incorrect passwords.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2016 05:24 AM
We found that enabling Script action "SNC User Lockout Check" will do our work. By OOB, user can enter incorrect password maximum 5 times. failed_attempts field will contain invalid attempt count.When it exceeds more than 5 times, locked_out field will be true.
But after we unchecked locked out field from user table, even after single invalid attempt accounts account gets locked. failed_attempts field does not set to Zero after unlock or first correct login after unlock. How do we fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2016 09:01 AM
Hi sahanabhat
This may help to you - it's a feature called Installation Exits.
Re: Show Message on Login Page if user is locked out on user table
Documentations site: Installation exits
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2016 11:18 AM
You should also enable Script Action: "SNC User Clear" to set attempts counter back to 0 after successful login.
I too am having issues though with the lockout happening before the 5 attempts. Please share here if you figure it out!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2016 11:41 AM
I figured out MY problem, caused by some foolishness on my part.