Is there a feature to force periodic password changes in OOTB?

nagaryu
Tera Contributor

For example, is there a function in OOTB that sets sys_user's "password_needs_reset" to true every 90 days?
When I searched for web articles, I found the following Now Support article, but this requires writing a script.

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0854574

 

- It is OK to set periodically on the 1st of every 3 months, such as "January 1st, April 1st, July 1st".

- It is OK to use the method "90 days after the user changes their password" as in the Now Support article above.

 

Do you know if there is a function to easily achieve this with some OOTB settings item without writing a script?
If it doesn't exist, I'll give up and use a script to deal with it.

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

I'm wondering about your question because in today's business world a production instance should be connected to an already existing company's auth server which is responsible for enforcing the password policy. 

OOTB ServiceNow does not have such a feature. And implementing such a solution requires an extensive solution, which cannot be provided here for free. I recommend engaging an implementation partner.

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

I'm wondering about your question because in today's business world a production instance should be connected to an already existing company's auth server which is responsible for enforcing the password policy. 

OOTB ServiceNow does not have such a feature. And implementing such a solution requires an extensive solution, which cannot be provided here for free. I recommend engaging an implementation partner.

nagaryu
Tera Contributor

I see, OOTB doesn't have that feature.
Thank you for your reply.