rapidez / login-as-customer
Rapidez Login As Customer
Installs: 5 462
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Language:Vue
Requires
- php: ^8.0
- rapidez/core: ^3.0
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.