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

Subscribe to our news:
Partners
Testimonials
Patrick Biegel: "Thanks a lot for your fast reply and the great solution! It works now and that's really important! The PHP Generator for MySQL is a great software".
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".

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