Add message for locked out user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2016 11:20 AM
Hi,
Is it possible to add a message to the login page when a user locks themselves out. At moment users lockout of local servicenow account after 3 attempts. The error message just says invalid password for any attempts?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2016 11:26 AM
This may help - it's a feature called Installation Exits. (one of the crazier named features IMHO)
Re: Show Message on Login Page if user is locked out on user table
Docs site: Installation exits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2019 03:33 AM
Hi Chuck,
I gone through the links what you suggested above and i made some changes in Login script then it's working fine in my personal Dev instance. But when it comes to my office instance it's not working.
Any inputs from your side to achieve this.
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2019 04:42 AM
Can you provide additional details on what is/not working? Any error messages in the logs? etc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2020 04:55 AM
Hi,
Installation exit only modifies messages on console login, service portal still displays old message. Any idea?