confirm_password_reset
Confirm a password reset by validating a token and setting a new password in the PocketBase MCP Server. Ensures secure password updates for specified collections.
Instructions
Confirm password reset with token
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | No | Collection name (default: users) | users |
password | Yes | New password | |
passwordConfirm | Yes | Confirm new password | |
token | Yes | Reset token |