|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
Available in EFT Server 6.2 and later. |
The ICISite::AllowChangePassword property allows you to retrieve or specify whether Site users are allowed to change their passwords. The value can be overridden at the Settings Template or user account level.
HRESULT AllowChangePassword([out, retval] VARIANT_BOOL *pVal);
HRESULT AllowChangePassword([in] VARIANT_BOOL val);
Examples (VBScript):
Retrieving:
If Site.AllowChangePassword Then
Site.ForcePasswordResetOnInitialLogin = True
End If
Specifying:
If Site.AllowChangePassword = False