- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2024 06:34 PM - edited 05-19-2024 06:44 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2024 07:05 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2024 07:05 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 05:36 PM
I see, OOTB doesn't have that feature.
Thank you for your reply.