msp / passwd
Simple digest auth module for Magento2 - Member of MageSpecialist SecuritySuite
Installs: 53 413
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 5
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.0|^7.1
- magento/magento-composer-installer: *
- msp/security-suite-common: ^2.0
Suggests
- msp/security-suite: Full MageSpecialist Security Suite
README
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.