fruitcake/magento2-alwaysloginascustomer
Magento2 Always allow admin to login as customer
Maintainers
Package info
github.com/fruitcake/magento2-alwaysloginascustomer
Type:magento2-module
pkg:composer/fruitcake/magento2-alwaysloginascustomer
Fund package maintenance!
Requires
- php: ^7.1|^8
- magento/module-login-as-customer: ^100.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 79a454f79fddf9beff15585572acb7cdf6fe367a
- Fruitcake <info.woop@fruitcake.nl>
README
Magento 2.4 has a feature called 'Login as Customer', which gives Admin users the ability to start a session as that user. This module enables this feature, regardless of the 'Allow remote shopping assistance' Customer setting.
Install
composer require fruitcake/magento2-alwaysloginascustomer
php bin/magento module:enable Fruitcake_AlwaysLoginAsCustomer
php bin/magento setup:upgrade
Usage
By default, when the customer hasn't given permissions you will get this warning:
The user has not enabled the "Allow remote shopping assistance" functionality. Contact the customer to discuss this user configuration.
This module ignores the setting and will allow Login as Customer, regardless of the configuration.
NOTE: It is up to you to explain this to the customer and make sure admins follow the correct protocols
