api/authenticate
Returns a json notice response, if the account details passed are valid.
URL:
Formats:
- json
HTTP Method:
- POST
Parameters:
login - login to test
password - password to test, could be clear text or md5 hash.
Response:
1 {'type':'notice','result':'Valid'}
- or
1 {'type':'error','result':'Invalid login or password'}