confirm_password_reset
Complete password reset process by verifying token and setting new password for user accounts in PocketBase databases.
Instructions
Confirm password reset with token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Reset token | |
| password | Yes | New password | |
| passwordConfirm | Yes | Confirm new password | |
| collection | No | Collection name (default: users) | users |