magekey/module-customer-restriction

Magento 2 客户限制

安装数: 27,413

依赖项: 0

建议者: 0

安全性: 0

星标: 14

关注者: 6

分支: 4

开放性问题: 1

类型:magento2-module

2.1.4 2019-05-07 15:58 UTC

This package is auto-updated.

Last update: 2024-09-08 04:33:34 UTC


README

功能

导航到 商店 > 配置 > 客户 部分 > 客户限制

  • 客户注册
    • 通过电子邮件模式限制
    • 设置错误信息
  • 客户登录
    • 通过电子邮件模式限制
    • 设置错误信息

安装扩展

composer require magekey/module-customer-restriction

部署

php bin/magento maintenance:enable                  #Enable maintenance mode
php bin/magento setup:upgrade                       #Updates the Magento software
php bin/magento setup:di:compile                    #Compile dependencies
php bin/magento setup:static-content:deploy         #Deploys static view files
php bin/magento cache:flush                         #Flush cache
php bin/magento maintenance:disable                 #Disable maintenance mode

测试的版本

2.1.12

2.2.3

2.3.1