create_users_reset_password
Resets a user password by validating a token and email, then applying a new password with confirmation.
Instructions
Resets the user password
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| token | Yes | ||
| password | Yes | ||
| passwordConfirm | Yes |