Unlock Account
Node Card
Category: Account Management Nodes
Success message: Account unlocked successfully.
Typical position: After identity verification in an account recovery flow, before redirecting the user to login.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Error Handling | custommultiselect | All errors set to automatic | Lets you override the default message shown to users for each error code. Setting a custom message activates that error code as a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | Account unlocked successfully | NA |
false | Unlock operation failed (catch-all for unhandled errors) | NA |
4046 | Account record was not found | Account not found |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. An unselected error code falls through to the false output.
Common Next Nodes
Unlock Account (true)→Success Finalaccount restored: redirect to login
Use this node in account-recovery flows after verifying the user's identity (e.g., via email OTP or identity questions). Route the true output to a login redirect or success page.