Confirm password reset
confirm_password_resetReset a forgotten password by submitting the email token with a new password and matching confirmation.
Instructions
Set a new password using the reset token from the password reset email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Password reset token. | |
| password | Yes | New password. | |
| collection | No | Auth collection (default 'users'). | |
| passwordConfirm | Yes | New password confirmation (must match). |