.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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