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

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.

Example

This event is under development.

See also:

IMetabaseLogonEvents