changeHTTPPassword (AdministrationProcess - Java™)
Enters a request in the Administration Requests database to change a user's Internet password.
Defined in
Syntax
public String changeHTTPPassword(String username, String oldpassword, String newpassword)
throws NotesException Parameters
String username The full hierarchical name (can be abbreviated) of the user.
String oldpassword The existing password.
String newpassword The new password.
Return value
String The note ID of an entry created in the Administration Requests database.