Internal: Controller: CheckPassword
CheckPassword
Checks whether a password is valid.
Input Parameter | Type | Description |
---|---|---|
Password | String | Account password |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | True if success, false if failed |
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=CheckPassword&Password=password'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>