|
authUser |
|
Description
Use this function to determine if a given username/password combination is for a valid Blogware account.
Syntax
reseller.authUser(version, username, password, blog_username, blog_password)
Request Fields
| • | version - Specifies the version number of the API. Set this to "1.3". This value is currently ignored, but will be useful for API changes in future versions. |
| • | username - Your reseller account username. |
| • | password - Your reseller account password. |
| • | blog_username - The username of the user you wish to validate. |
| • | blog_password - The password of the user you wish to validate. |
Response Fields
Returns TRUE if the username and password provided are for a valid Blogware account.