Author: Ivan <10677129+ivan-cc@users.noreply.github.com>
Added FAILED_LOGIN event
This commit is contained in:
@ -148,6 +148,10 @@ class SecurityController extends Controller
|
||||
|
||||
return $this->goBack();
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->trigger(FormEvent::EVENT_FAILED_LOGIN, $event);
|
||||
}
|
||||
}
|
||||
|
||||
return $this->render(
|
||||
|
||||
Reference in New Issue
Block a user