Skip to content

magespecialist/m2-MSP_Passwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSP Passwd

Simple digest auth module for Magento 2.
It will display a digest auth login windows to protect your staging/preview environment.
It can be also used to provide an additional security layer to your Magento backend.

You can have different username and password for fronted and backend.

Member of MSP Security Suite

See: https://github.com/magespecialist/m2-MSP_Security_Suite

Did you lock yourself out from Magento backend? click here.

Installing on Magento2:

1. Install using composer

From command line:

composer require msp/passwd
php bin/magento setup:upgrade

2. Enable and configure from your Magento backend config

Digest auth screenshot

Emergency commandline disable:

If you messed up with passwd you can disable it from command-line:

php bin/magento msp:security:passwd:disable

This will disable digest auth for backend access.