PrestaShop Developer Conference
PrestaShop Developer Conference
November 6, 2024
Let's talk code, commerce and open source.

Hook actionAdminLoginControllerResetAfter

Informations

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

Located in

Origin File
core controllers/admin/AdminLoginController.php

Call of the Hook in the origin file

Hook::exec(
                        'actionAdminLoginControllerResetAfter',
                        [
                            'controller' => $this,
                            'employee' => $employee,
                        ]
                    )