OnLogonUserMustChangePassword(Connection: IDalConnectionExt; Var Result: Boolean);
Connection. Connection to database.
Result. Determines whether password is changed. If the value is True, the password is changed, if the value is False, it is not.
The OnLogonUserMustChangePassword method implements an event of the user password change when the password is expired.
This event is under development.
Drivers MS SQL 2008 and ORACLE 9 support the possibility to change a password. If the Result parameter returns False, the user refused to change a password and while changing it an error occurred and an error is returned.
This event is under development.
See also: