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

Subscribe to our news:
Partners
Testimonials
Johnson Sieu: "Your PHP Generator is the BEST that I have used so far. It is affordable and user-friendly. Congratulation for coming up with such a fine product. I will not hesitate to introduce it to my peers".
Svetlio Mitev: "I am really sure that you guys can make the best PHP code generators to be found worldwide".

More

Add your opinion

SQLite 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