changeHTTPPassword (NotesAdministrationProcess - JavaScript™)
Enters a request in the Administration Requests database to change a user's Internet password.
Defined in
NotesAdministrationProcessSyntax
changeHTTPPassword(username:string,
oldpassword:string, newpassword:string) : string
Parameter | Description |
---|---|
String username |
The full hierarchical name (can be abbreviated) of the user. |
String oldpassword |
The existing password. |
String newpassword |
The new password. |
Return value | Description |
---|---|
String |
The note ID of an entry created in the Administration Requests database. |
Language cross-reference
changeHTTPPassword in LotusScript® NotesAdministrationProcess classchangeHTTPPassword in Java™ AdministrationProcess class