Rules For Password Reset

Is there any way to write a rule that targets a password reset?

I need to basically prevent a password reset from happening in a few situations.

Thanks

Rules run after the authentication event, hence cannot run before a password reset event. This seems like it would be suited to a Hook, however we currently do not have hooks for password reset events as this feature is still in beta - I have added this suggestion for our team to consider.

The only way to do this now if to set up an endpoint on your backend, which will do the required checks, then either call the Auth0 password reset endpoint, or deny it.

Thanks Prashant, by any chance do you know when that feature will become available?

Thanks

Unfortunately not - I have submitted this request for our engineering team to review, however I do not have any ETA for this.

Great, thanks Prashant.

Great, thanks Prashant.