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.
-
Copy files into following directory
source/modules/rs/masterpassword
-
Add following to composer.json on the shop root
"autoload": { "psr-4": { "rs\\masterpassword\\": "./source/modules/rs/masterpassword" } },
-
Refresh autoloader files with composer.
composer dump-autoload
-
Enable module in the oxid admin area, Extensions => Modules
-
Changes settings in the module itself