FireDAC.Comp.UI.TFDGUIxLoginDialog.ChangeExpiredPassword
Delphi
property ChangeExpiredPassword: Boolean read GetChangeExpiredPassword write SetChangeExpiredPassword default True;
C++
__property bool ChangeExpiredPassword = {read=GetChangeExpiredPassword, write=SetChangeExpiredPassword, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp |
FireDAC.Comp.UI | TFDGUIxLoginDialog |
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.