IMetabaseLogonEvents.OnLogonUserMustChangePassword

Syntax

OnLogonUserMustChangePassword(Connection: IDalConnectionExt; Var Result: Boolean);

Parameters

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.

Description

The OnLogonUserMustChangePassword method implements an event of the user password change when the password is expired.

Comments

Drivers MS SQL and ORACLE 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.

See also:

IMetabaseLogonEvents