Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 749 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 749 Bytes

Oxid master password

Description

Define a master password which you can use to login in the shop frontend as an user. Helpfull if you like to see the same result as the customer itself.

This extension was created for Oxid 6.x.

Install

  1. Copy files into following directory

     source/modules/rs/masterpassword
    
  2. Add following to composer.json on the shop root

     "autoload": {
         "psr-4": {
             "rs\\masterpassword\\": "./source/modules/rs/masterpassword"
         }
     },
    
  3. Refresh autoloader files with composer.

     composer dump-autoload
    
  4. Enable module in the oxid admin area, Extensions => Modules

  5. Changes settings in the module itself