Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners

MaxDB PHP Generator online Help

  Return to chapter overview  

OnAfterFailedLoginAttempt

This event occurs after failed login attempt.

 

Signature:

function OnAfterFailedLoginAttempt ($userName, $connection, &$errorMessage)

 

Parameters:

$userName

The name of the user login failed for.

$connection

An instance of the EngConnection class.

$errorMessage

A message to be displayed to a user.

 

Example 1:

 

 

See also: OnAfterLogin and OnBeforeLogout events



  Return to chapter overview