JAVA/CORBA CLASSES


setUserPasswordSettings method
Example

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

AdministrationProcess

Syntax

public String setUserPasswordSettings(String username, Integer notespasswordchecksetting, Integer notespasswordchangeinterval, Integer notespasswordgraceperiod, Boolean internetpasswordforcechange)
  throws NotesException

Parameters

String username


Integer notespasswordchecksetting Integer notespasswordchangeinterval
Integer notespasswordgraceperiod
Boolean internetpasswordforcechange Return value

String


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 class

Example