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