Is there any way to see failed login attempts?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2011 07:22 AM
I have users complaining that they can't log in. I would like to verify that they are using the correct credentials. Of course I could just ask them, but I was curious if I could see this information on the system...
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2011 08:21 AM
jasonstephens
I'm thinking a Script Action that fires on the Event login.failed could update a new table that captures the attempts. Perhaps one of our scripting gurus can suggest how that'd look. The event login.failed is already there (used for login lockouts), just have to create the table and script.
http://wiki.service-now.com/index.php?title=Script_Actions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2011 08:35 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2011 08:54 AM
jasonstephens
Whoops. Don't bother with my table/script idea. It's already there! Go to the Event Log in System Policy and filter on the name login.failed. You'll see time/date, IP, and what they attempted to use as a username. If you'd like, create a simple module as part of User Administration that points to that filter.
Attached a screen shot.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2011 11:01 AM
That's exactly what I needed - thank you very much for the help.