...
WCF parameter | data type | description |
---|---|---|
authServerPartnerLoginName | string | SurePassId account login name |
authServerPartnerLoginPassword | string | SurePassId account login key |
pw | string | User account password |
rid | string | System generated value, contained in reset password url |
mid | string | System generated value, contained in reset password url |
fromEmailName | string | Name for sender of password recovery email |
fromEmailAddress | string | Email address for sender of password recovery email |
emailSubject | string | Subject of password recovery email |
emailBody | string | Body of password recovery email |
html | boolean | Boolean indicating if email is HTML formatted |
...
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerResponseresp = PasswordRecoveryChangePassword("accountLogin", "accountKey", "tinyD4nc3r", "{rid}", "{mid}", "Mandy", "mandy@example.com", "Recover Password", "Let us help you recover your password.", false); |
...