resetUserPassword (NotesIDVault - JavaScript™)
Lets you reset a user's authenticating password stored in their ID vault.
Defined in
NotesIDVaultSyntax
resetUserPassword(username:string, password:string, servername:string, downloadcount:int) : void
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. |
Language cross-reference
ResetUserPassword in LotusScript® NotesIDVault class
resetUserPassword in Java™ IDVault class