LOTUSSCRIPT/COM/OLE CLASSES


ChangeHTTPPassword method
Example

Enters a request in the Administration Requests database to change a user's Internet password.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.ChangeHTTPPassword( username$ , oldpassword$ , newpassword$ )

Parameters

username$


oldpassword$
newpassword$
Return value

noteID$


Language cross-reference

changeHTTPPassword in Java AdministrationProcess class

Example