- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:07 AM
What is the difference between Active and Locked out fields in user Creation.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:16 AM
Locked out implies user is still active but will not be able to login. This may happen when the user enters a wrong password too many times.
Unchecking Active implies user record is no longer valid in ServiceNow. For example when the user is no longer with the organization. "active" field is used in ServiceNow when processing records. "active == false" are often skipped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:13 AM
Hello
Please refer to the answer form chuck in the below th3r3ad:-
https://community.servicenow.com/community?id=community_question&sys_id=ef15476ddbd8dbc01dcaf3231f961918
Please mark answer correct/helpful based on impact

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:16 AM
Locked out implies user is still active but will not be able to login. This may happen when the user enters a wrong password too many times.
Unchecking Active implies user record is no longer valid in ServiceNow. For example when the user is no longer with the organization. "active" field is used in ServiceNow when processing records. "active == false" are often skipped.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:17 AM
FYI, specifying lockout for failed login attempt.