LOTUSSCRIPT/COM/OLE 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

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.SetUserPasswordSettings( username$ [ , notespasswordchecksetting% ] [ , notespasswordchangeinterval% ] [ , notespasswordgraceperiod% ] [ , internetpasswordforcechange ] )

Parameters

username$


notespasswordchecksetting%
notespasswordchangeinterval%
notespasswordgraceperiod%
internetpasswordforcechange
Return value

noteID$


Usage

At least one optional parameter must be specified.

Language cross-reference

setUserPasswordSettings in Java AdministrationProcess class

Example