added email
This commit is contained in:
@@ -341,7 +341,7 @@ Body: { email }
|
||||
|
||||
Step 2 — save new password
|
||||
POST https://n8n.derez.ai/webhook/c2ce0eba-eb26-405d-8a90-8d982ec30698/update
|
||||
Body: { token, password }
|
||||
Body: { token, password, email }
|
||||
```
|
||||
|
||||
**Step 1** is triggered from `index.html` when the user clicks **Send reset email** inside `#reset-pw-wrap` (visible only after a failed sign-in). The response is intentionally ignored and the sent-confirmation is always shown — this avoids revealing whether the email address exists.
|
||||
|
||||
Reference in New Issue
Block a user