blackbird/bypass-login-as-customer-assistance

Bypass the allow login assistance check.

Installs: 3 130

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/blackbird/bypass-login-as-customer-assistance

1.0.2 2025-08-07 07:42 UTC

This package is auto-updated.

Last update: 2025-10-07 07:59:42 UTC


README

Bypass Login As Customer Acceptance

This module is a simple adds the possibility to bypass login as customer acceptance check in case of local work or for debug purposes.

Setup

Get the package

Composer Package:

composer require blackbird/bypass-login-as-customer-assistance

Zip Package:

Unzip the package in app/code/Blackbird/BypassLoginAsCustomerAssistance, from the root of your Magento instance.

Install the module

Go to your Magento root directory and run the following magento command:

php bin/magento setup:upgrade

If you are in production mode, do not forget to recompile and redeploy the static resources, or use the --keep-generated option.