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

Subscribe to our news:
Partners
Testimonials
George Westrup: "I have saved so much time using your products. Also you are quick to respond to every question I have had. Thanks for the great support".
Javlon: "Beautifully done. This is a stunning software,it creates the pages in no time. Thank you for your hard efforts in creating this software".

More

Add your opinion

PHP Generator for MySQL 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