Password Expiration every 90 days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hello everyone!
I'm trying to set up password expiration for local accounts every 90 days.
I found the "Password Expiration Configuration" section on the Password Reset Process I'm using, but to do that, I need a flow for the Password Reset Credential Store Type (Password expiration details flow).
Am I heading in the right direction?
If so, is there a native ServiceNow flow, or do I need to create my own?
Thanks,
Clément
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi @Clement_V
No native flow exists — you need to create your own. Flow must return password_last_changed and expiration_date.
You may also need to implement logic to track last password changes.
But you can also use Br to implement same ,Please below URL
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0854574
Thanks,
Vignesh
"If this solution resolves your issue, kindly mark it as correct."