ChangeHTTPPassword (NotesAdministrationProcess - LotusScript®)
Enters a request in the Administration Requests database to change a user's Internet password.
Defined in
Syntax
noteID$ = notesAdministrationProcess .ChangeHTTPPassword( username$ , oldpassword$ , newpassword$ )
Parameters
username$
String. The full hierarchical name (can be abbreviated) of the user.
oldpassword$
String. The existing password.
newpassword$
String. The new password.
Return value
noteID$
String. The note ID of an entry created in the Administration Requests database.