smugmug.login.withPassword
Establishes a session and logs a user in based on the specified email address (or nickname) and password.
| Note: For security reasons, this method should only be sent over SSL. |
Arguments
- string APIKey
- string EmailAddress
- string Password
Result
- struct Login
- struct Session
- string id
- struct User
- integer id
- string NickName
- string DisplayName
- string PasswordHash
- string AccountType
- integer FileSizeLimit
- struct Session
Fault Codes
- 1 - "invalid login"
- 5 - "system error"
- 11 - "ancient version"
- 18 - "invalid API key"