RequireInitialPasswordChange property

Indicates whether members must change their passwords the first time they login.

Syntax


C++

HRESULT get_RequireInitialPasswordChange (VARIANT_BOOL* pRequireInitialPasswordChange)

HRESULT put_RequireInitialPasswordChange (VARIANT_BOOL myRequireInitialPasswordChange)

Scripting languages

Boolean = Object.RequireInitialPasswordChange

Object.RequireInitialPasswordChange = Boolean

Remarks


This property is meaningful only when there is no external directory defined for this Facility or when the external directory is the Server Member List. In this case, the Type property for the DirectoryConnection interface must be set to erDirTypeNone or erDirTypeServerMemberList. Otherwise, it will have no effect.

Home

Applies to

IERUMemberManager