Confirm email change
confirm_email_changeConfirm an email change request by providing the token from the confirmation email and the user's current password.
Instructions
Confirm a user's email change using the token from the confirmation email and the user's password.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Email change token. | |
| password | Yes | The user's current password. | |
| collection | No | Auth collection (default 'users'). |