setUserPasswordSettings (NotesAdministrationProcess - JavaScript™)
Enters a request in the Administration Requests database to change the password management settings on the Administration tab of the user's person document.
Defined in
NotesAdministrationProcessSyntax
setUserPasswordSettings(username:string,
notespasswordchecksetting:Integer, notespasswordchangeinterval:Integer,
notespasswordgraceperiod:Integer, internetpasswordforcechange:Boolean)
: string
Parameter | Description |
---|---|
String username |
The full hierarchical name (can be abbreviated) of the user. |
Integer notespasswordchecksetting |
|
notespasswordchangeinterval |
Required change interval - number of days at which the user must supply a new password. Defaults to zero. |
Integer notespasswordgraceperiod |
Grace period (in days) for changing the password. Defaults to zero. |
Boolean internetpasswordforcechange |
|
Return value | Description |
---|---|
String |
The note ID of an entry created in the Administration Requests database. |
Usage
Specify null to take the default for the optional parameters 2-5.At least one optional parameter must be specified.
Language cross-reference
setUserPasswordSettings in LotusScript® NotesAdministrationProcess classsetUserPasswordSettings in Java™ AdministrationProcess class