Internal: Controller: ConfirmForgotPassword
ConfirmForgotPassword
This API call allows the user to enter a new password when he has forgotten his password.
Authentication Methods
No authentication required
Input Parameter | Type | Description |
---|---|---|
ConfirmationID* | String | Confirmation token |
NewPassword* | String |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | If True the mail with either the password or the confirmation link was sent. |
- Required
CURL EXAMPLE
curl -v 'https://example.com/ctrller/api.php?Task=ConfirmForgotPassword&ConfirmationID=mfltlpgg1fa8cgb920cegbmqc7&NewPassword=123456'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>