Skip to main content

Reset Password

Deprecated

This node is deprecated and kept only so existing projects keep working. It is not offered in the node picker for new use.

Deprecated: completes a password reset using an emailed token. Superseded by cloud-function-based flows.

Reset Password submits username, token (from the reset email) and newPassword (string values) to the backend when reset (Do, signal) is triggered; success/failure (signals) and error (string value) report the outcome. It is marked deprecated in the runtime — the source directs new work to cloud functions, where the token verification and password update run server-side in a component called via CloudFunction2.

When to use it

Do not use in new graphs — implement password reset in a cloud function called via CloudFunction2 instead.

At a glance

CategoryCloud Services
Type namenet.noodl.user.ResetPassword
Available inbrowser
SSR compatibilitysafe
Provided bynoodl-viewer-react

Inputs

Values

NameTypeDefaultDescription
newPasswordStringPassword to set on the account
tokenStringReset token taken from the link in the email
usernameStringUsername the reset link was issued for

Signals

NameTypeDefaultDescription
resetSignalSets the account password to New Password using the token from the reset email

Outputs

Signals

NameTypeDefaultDescription
successSignalFires once the password has been changed

Failure outputs

NameTypeDefaultDescription
errorStringWhy the last attempt failed; empty until one does
failureSignalFires when the token was rejected or the request could not be made, after the reason has been reported on the error channel
Generated

This page is generated from node-catalog-enriched.json. Do not edit it by hand — run npm run docs:nodes to regenerate, and fix the source enrichment instead.