Gives the possibility to an admin to login as a customer. Instead of the button from the Magento backend you've to go to /login-as-customer
and fill in your admin user credentials and the email address of the customer.
composer require rapidez/login-as-customer
Tip
Install rapidez/magento2-compadre to make the admin "Login As Customer" buttons work.
If you need to change the view you can publish it with:
php artisan vendor:publish --provider="Rapidez\LoginAsCustomer\LoginAsCustomerServiceProvider" --tag=views
Currently this only works when two factor authentication is disabled! We recommend MarkShust_DisableTwoFactorAuth as it provides an option to disable 2FA for API token generation which is required for this package to work!
GNU General Public License v3. Please see License File for more information.