JAVA/CORBA CLASSES
Enters a request in the Administration Requests database to change a user's Internet password.
Defined in
AdministrationProcess
Syntax
public String changeHTTPPassword(String username, String oldpassword, String newpassword) throws NotesException
Parameters
String username
String
changeHTTPPassword in LotusScript NotesAdministrationProcess class
Example