Skip to content

yireo-shopware6/shopware6-admin-auto-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Shopware 6 Admin Auto Login

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors