The CreatorCon Call for Content is officially open! Get started here.

Password Expiration every 90 days

Clement_V
Tera Guru

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

1 REPLY 1

vignesh parthib
Tera Guru

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."