ResetUserPassword (NotesIDVault - LotusScript®)

Lets you reset a user's authenticating password stored in their ID vault.

Defined in

NotesIDVault

Syntax

Call NotesIDVault.ResetUserPassword( username, password, servername, downloadcount)
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 Java IDVault class

resetUserPassword in JavaScript NotesIDVault class