confirm_password_reset
Validate and reset user passwords securely by verifying the reset token and confirming the new password matches. Ensures safe authentication updates in the Advanced PocketBase MCP Server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | No | Collection name | users |
password | Yes | New password | |
passwordConfirm | Yes | Confirm new password | |
token | Yes | Reset token |