Request Password Reset
This action node is used to help users recover a lost password, or to change their password. In order to do this they first need to receive a reset link via email. This action will trigger such an email (it needs to be hooked up via one of Noodls cloud services integrations such as Zapier). Typically you would use some sort of password recovery page.
This page would run the Request Password Reset action as shown below. The node needs the Email that it should request a password reset for, given that a user with that email exists. Then send a signal to Do to initiate the request.
This guide explains in detail how to connect Noodl with an email service using Zapier.
Signal | Description |
---|
Do | Send a signal to this action to have a password reset email sent to the user with the provided Email if it esists. |
Data | Description |
---|
Email | The email that should receive a password reset email, if a user with that email exists. |
Outputs
Signal | Description |
---|
Success | The password reset email was succesfully triggered. It will be sent using your connected email service. |
Failure | This event will be triggered if something when wrong when sending the email. The error message can be found in the Error output. |
Data | Description |
---|
Error | This output will contain the error message if the action failed. |