Hook actionAdminLoginControllerLoginBefore
Perform actions before admin login controller login action initialization
This hook is launched before the initialization of the login action in login controller
Hook |
actionAdminLoginControllerLoginBefore |
Locations |
BO |
Type |
action |
Origin |
core |
Aliases |
|
Description |
This hook is launched before the initialization of the login action in login controller |
Located in
Call of the Hook in the origin file
Hook::exec(
'actionAdminLoginControllerLoginBefore',
[
'controller' => $this,
'password' => $passwd,
'email' => $email,
]
)