Add beforePasswordResetRequest
trigger
#9510
Labels
bounty:$20
Bounty applies for fixing this issue (Parse Bounty Program)
type:feature
New feature or improvement of existing feature
New Feature / Enhancement Checklist
Current Limitation
There is no way to add any conditions before the password reset request endpoint. This is important to mitigate sending emails to invalid email addresses to protect the IP reputation of the sender.
Feature / Enhancement Description
Add Cloud Code trigger to allow adding conditions and validations.
Example Use Case
beforePasswordResetRequest
trigger, the email address is validated and an error is thrown.Alternatives / Workarounds
Add logic to email adapter, but at that point all the token generation and storage in DB has been done already, as sending the email is only the last step.
The text was updated successfully, but these errors were encountered: