Add a custom message for locked account for multiple failed login attempts on Service Portal Login Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 04:56 AM
Hi
I want to display a lockout message when a user enters wrong password multiple times and fails to login.
For this, I modified "SNC User Lockout Check" from 'System Policy -> Script Actions'. But this message is not displayed on service portal login page.
SNC User Lockout Check script.
Please help. Thank you in advance.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 05:04 AM
Hi,
you need to modify login widget for this.
check this
Display custom message to user in Service Portal login page when account is locked out
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 05:42 AM
But the scripts in Login widget are not editable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 05:49 AM
Since it is OOB widget; you cannot edit
You need to clone; make script changes and then add that new widget to the portal page
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 03:41 AM
Hi,
I tried the script given in the link provided but it's not working.