yireo/shopware6-admin-auto-login

Admin autologin plugin

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Type:shopware-platform-plugin

1.0.0 2022-04-02 10:08 UTC

This package is auto-updated.

Last update: 2024-04-12 12:16:22 UTC


README

A plugin that automatically logs you in to the Shopware Administation. Don't use in production ;o

Installation

Install and activate this plugin:

composer require yireo/shopware6-admin-auto-login

And then:

bin/console plugin:refresh
bin/console plugin:install --activate YireoAdminAutoLogin

Configuration

Create a new file config/packages/admin_auto_login.yml with the following contents:

parameters:
    admin_auto_login.username: 'admin'
    admin_auto_login.password: 'shopware'

Obviously, change the credentials to make your own environment.