|  | Aqualogic Interaction API | |
| IPTSession.ChangeNumericPassword Method |
Changes the current user's numeric password (PIN). This method is preferred for changing passwords because the user object itself may not be editable by the current user. Checks for object locks and fails if another user is editing the user object.
The new password's length in characters must be less than that specified in the PT_SERVERCONTSTANTS.MAX_NUMERIC_STORESIZE. The string passed in must convert to a valid numeric string.
void ChangeNumericPassword(
string strRealPassword,
string strNewNumericPassword,
object SecurityProviderInfo
);
Parameters
- strRealPassword
- - The normal (non-numeric) password for this user.
- strNewNumericPassword
- - The new numeric password.
- SecurityProviderInfo
- - Optional security provider info. Can be null.
See Also
IPTSession Interface | com.plumtree.server Namespace