rapidez/login-as-customer

Rapidez Login As Customer

1.0.1 2024-02-29 12:36 UTC

This package is auto-updated.

Last update: 2024-04-29 12:57:56 UTC


README

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.

Installation

composer require rapidez/login-as-customer

Views

If you need to change the view you can publish it with:

php artisan vendor:publish --provider="Rapidez\LoginAsCustomer\LoginAsCustomerServiceProvider" --tag=views

Notes

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!

License

GNU General Public License v3. Please see License File for more information.