Skip to main content

Request Password Reset

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: asks the backend to email a password-reset link to the given address. Superseded by cloud-function-based flows.

Request Password Reset sends the email (string value) to the backend when send (Do, signal) is triggered, causing a reset email to be sent; 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 a component built with noodl.cloud.request/noodl.cloud.response and called via CloudFunction2 implements the reset flow with server-side control over the email and token handling.

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.RequestPasswordReset
Available inbrowser
SSR compatibilitysafe
Provided bynoodl-viewer-react

Inputs

Values

NameTypeDefaultDescription
emailStringAddress to send the reset link to

Signals

NameTypeDefaultDescription
sendSignalAsks the backend to email a password-reset link to Email

Outputs

Signals

NameTypeDefaultDescription
successSignalFires once the request has been accepted, which does not mean an account exists for that address

Failure outputs

NameTypeDefaultDescription
errorStringWhy the last request failed; empty until one does
failureSignalFires when 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.