What is the difference between Locked out and Active fields in user table.

Sharath goud1
Giga Contributor

What is the difference between Active and Locked out fields in user Creation.

find_real_file.png

1 ACCEPTED SOLUTION

Hitoshi Ozawa
Giga Sage
Giga Sage

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.

View solution in original post

3 REPLIES 3

Saurav11
Kilo Patron
Kilo Patron

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

Hitoshi Ozawa
Giga Sage
Giga Sage

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.