hampe/demo-login

A tiny magento module which allows you to login into the magento backend without giving credentials out. The most common use-case is probably a demo installation for a module or a theme.

Installs: 52

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 1

Open Issues: 1

Type:magento2-module

1.0.1 2020-09-21 12:38 UTC

This package is auto-updated.

Last update: 2024-03-21 20:00:40 UTC


README

A tiny magento module which allows you to login into the magento backend without giving credentials out. The most common use-case is probably a demo installation for a module or a theme.

Screenshot

Compatibility

  • Magento >= 2.3.0 (not tested on any older version)

Installation

Installation via composer:

composer require hampe/demo-login
php bin/magento module:enable Hampe_DemoLogin
php bin/magento setup:upgrade 

Installation via Copy

Copy all the files under src/ into the newly created directory app/code/Hampe/DemoLogin/ in the Magento 2 root.

php bin/magento module:enable Hampe_DemoLogin
php bin/magento setup:upgrade 

Uninstallation

bin/magento module:uninstall Hampe_DemoLogin.

Remove all extension files from app/code/Hampe/DemoLogin/ or use Composer to remove the extension if you have installed it with Composer

Configuration

The configuration can be found under Stores > Configuration > Admin > Demo Login

Licence

See the LICENSE file for license info (it's the MIT license).