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

Subscribe to our news:
Partners
Testimonials
Roger Brown: "Great product. The more I work with it, the more I am amazed at what it can do".
John Gondek: "Your software is amazing. I consider myself a novice at PHP and JS and with your software I have a web page that is truly fantastic. Thank you so much ".

More

Add your opinion

PostgreSQL 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