Hook actionAdminLoginControllerLoginBefore

Information

Perform actions before admin login controller login action initialization:

This hook is launched before the initialization of the login action in login controller

Hook locations:

  • back office

Hook type: action

Located in:

Call of the Hook in the origin file

Hook::exec(
            'actionAdminLoginControllerLoginBefore',
            [
                'controller' => $this,
                'password' => $passwd,
                'email' => $email,
            ]
        )