|
|
@ -616,6 +616,8 @@ class Aauth |
|
|
|
$loginAttemptModel = new LoginAttemptModel(); |
|
|
|
$loginAttemptModel = new LoginAttemptModel(); |
|
|
|
$userVariableModel = new UserVariableModel(); |
|
|
|
$userVariableModel = new UserVariableModel(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print_r($this->config); |
|
|
|
|
|
|
|
|
|
|
|
if ($this->config->loginProtection && ! $loginAttemptModel->save()) |
|
|
|
if ($this->config->loginProtection && ! $loginAttemptModel->save()) |
|
|
|
{ |
|
|
|
{ |
|
|
|
$this->error(lang('Aauth.loginAttemptsExceeded')); |
|
|
|
$this->error(lang('Aauth.loginAttemptsExceeded')); |
|
|
|