|
|
PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Finish password recovery by updating the password for the given user.
Syntax
| Smartsite SXML |
|
|---|---|
boolean user.finishpasswordrecovery(string emailAddress, string recoveryKey, string newPassword) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| emailAddress | String | The user's email address. |
| recoveryKey | String | The recovery key for the user account. |
| newPassword | String | The new password. |
Return Value
| Data Type | Description |
|---|---|
| Boolean | True if the password was successfully updated. |