90 Day Password Reset Policy for Specific Users

We’ve got a requirement to force certain users within our Parse App to reset their password every 90 days. While there are ways that we can code it manually, I see there are some features such as maxPasswordAge available on the passwordPolicy object.

However, it is important that this policy only applies to certain users and we need to implement a graceful workflow for their notification of an upcoming reset requirement as well as the actual change process being use friendly - it’s bad enough being forced to change the password without the experience being painful too!

Any ideas on how to tackle this using what Parse has to offer natively would be hugely appreciated.

If you need to do it only to certain users, I believe that the best option would be using a beforeLogin trigger.

1 Like