|  | Aqualogic Interaction API | |
| IPTUser.SetEncryptedPassword Method |
Sets the (encrypted) password for the user. Only applies to users from the Plumtree Authentication Source, cannot be called on users that have been synchronized from an external authentication source.
This method is only available to Administrators. Normally the IPTUser.SetPassword() method should be used by clients instead of this method.
void SetEncryptedPassword(
string strEncryptedPassword
);
Parameters
- strEncryptedPassword
- - The new (encrypted) password for the user.
See Also
IPTUser Interface | com.plumtree.server Namespace