Force password changes every X days

I have a customer that is requesting that passwords automatically be changed every 90 days. How can this be automated within Auth0? Does Auth0 track how long it has been since the last password reset? Can it notify users that a password change is coming or needs to be done?

Thank you.

Hi @timwashington,

Welcome to the Community!

You can use a rule to force the user to reset their password after a certain amount of time.

Here is a basic implementation:

Does that help?

Thanks,
Dan

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.