Reset Password
Check your e-mail for further instructions.
Reset
Name
getdigest
Auth
no
Description
Returns a digest for digest authentication. Digests are valid for 30 seconds.
Output
| Parameter | Description |
| digest | string the digest for authentication |
| expires | datetime when the digest expires |
Example
{
result: 0,
digest: "YGtAxbUpI85Zvs7lC7Z62rBwv907TBXhV2L867Hkh",
expires: "Fri, 27 Sep 2013 10:15:46 +0000"
}
| Code | Description |
| 1000 | Log in required. |
| 2000 | Log in failed. |
| 4000 | Too many login tries from this IP address. |