Created
July 16, 2018 08:48
-
-
Save kanduvisla/e5179e07951882fcf0bb93a87a743767 to your computer and use it in GitHub Desktop.
Magento 2 development defaults
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php bin/magento config:set admin/security/session_lifetime 31536000 | |
php bin/magento config:set customer/captcha/enable 0 | |
php bin/magento config:set customer/password/password_reset_protection_type 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment