resetUserPassword (IDVault - Java™)
Lets you reset a user's authenticating password stored in their ID vault.
Defined in
IDVaultSyntax
public void resetUserPassword(String username, String password,
String servername, int downloadcount)
throws NotesException;
Parameter | Description |
---|---|
username | String. Specifies the name of the user whose ID file you are looking for. |
password | String. Specifies the password of the user whose ID file you are looking for. |
servername | String. Specifies the name of server to contact in the search for the ID file. |
downloadcount | Integer. Specifies the number of ID file downloads. |
Possible Exception | Description |
---|---|
Error accessing IDVault (4823) |
Operation failed to access idvault |
Invalid value (4509) |
A parameter value is invalid |
Language cross-reference
ResetUserPassword in LotusScript® NotesIDVault class
resetUserPassword in JavaScript™ NotesIDVault class