msp/passwd 1.1.1

Simple digest auth module for Magento2 - Member of MageSpecialist SecuritySuite

Type

magento2-module

License

OSL 3.0

Requires
Requires (dev)

None

Suggests
Provides

None

Conflicts

None

Replaces

None

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.