Current Record: loginFailed #184

Table of Contents Example The loginFailed() method of the Application Delegate class is executed after a failed login attempt. Availab...

Current Record: loginFailed #184

Table of Contents Example The loginFailed() method of the Application Delegate class is executed after a failed login attempt. Availab...

loginFailed() Application Delegate Trigger

[Permalink]
Table of Contents

The loginFailed() method of the Application Delegate class is executed after a failed login attempt.

Available since 2.0.1

Example

function loginFailed($username, $userIp, $time){
    error_log("Failed login for username: $username at IP $userIp at time $time");
}
blog comments powered by Disqus
Powered by Xataface
(c) 2005-2024 All rights reserved