|  | Aqualogic Interaction API | |
| IPTUser.SetPassword Method |
Sets the 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.
The new password's length in characters must be less than the value specified by the PT_SERVERCONSTANTS.PT_MAX_PASSWORDSIZE constant, and cannot contain newline, carriage return, or tab characters.
void SetPassword(
string strPassword
);
Parameters
- strPassword
- - The (clear-text) new password for the user.
See Also
IPTUser Interface | com.plumtree.server Namespace