Perform actions before admin login controller forgot action initialization:
This hook is launched before the initialization of the forgot action in login controller
Hook locations:
Hook type: action
Located in:
Hook::exec(
'actionAdminLoginControllerForgotBefore',
[
'controller' => $this,
'email' => $email,
]
)