FireDAC.Comp.UI.TFDGUIxLoginDialog.ChangeExpiredPassword

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxLoginDialog

Delphi

property ChangeExpiredPassword: Boolean read GetChangeExpiredPassword write SetChangeExpiredPassword default True;

C++

__property bool ChangeExpiredPassword = {read=GetChangeExpiredPassword, write=SetChangeExpiredPassword, default=1};

Description

Controls the user ability to change an expired password.

Use the ChangeExpiredPassword property to control the user ability to change an expired password.

When ChangeExpiredPassword is True and the driver returns an exception with Kind = ekUserPwdExpired, the dialog allows the user to change an expired password.

When ChangeExpiredPassword is False, the corresponding exception is raised. The default value is True.

See Also