Skip to main content

Reset Password

This node is used to reset the email of a user. When this action is performed successfully the user will have it's password changed to the New Password provided as input to the node. This node will need three things to successfully change the password for the user, the Username and a secret Token that should be delivered to your user via the Request Password Reset action node, and finally a New Password.

Generally your application should have a specific password reset page that is linked to from the password reset email, the username and token should be provided as query parameters to the page. This page should have the user input the new password and once it's validated your should pass it on New Password input. Once you have hooked that up you need to trigger the Do action.

This guide explains in detail how to connect Noodl with an email service using Zapier.

Inputs

SignalDescription
DoSend a signal to this action to attempt to change the password for the given username and token.
DataDescription
UsernameThe username that this action will attempt to change the password for.
TokenThe secret token needed to change the password.
New PasswordThe new password to set for the user.

Outputs

SignalDescription
SuccessThe password was successfully changed.
FailureThis event will be triggered if something when wrong when changing the password. The error message can be found in the Error output.
DataDescription
ErrorThis output will contain the error message if the action failed.