JAVA/CORBA CLASSES


changeHTTPPassword method
Example

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 oldpassword
String newpassword
Return value

String


Language cross-reference

changeHTTPPassword in LotusScript NotesAdministrationProcess class

Example