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