苹果/安全

Magento 2 的简单反垃圾邮件模块

安装: 4

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

0.1.0 2019-02-18 09:36 UTC

This package is auto-updated.

Last update: 2024-09-18 21:46:47 UTC


README

Magento 2 的简单反垃圾邮件模块。

您可以在给定时间内为特定操作定义最大调用次数。如果达到最大值,则该操作将被阻止指定的时间。

要求

  • Magento 2
  • Redis

设置

通过 Composer

在 Magento 根目录下运行

composer require pommes/security
bin/magento module:enable Pommes_Security
bin/magento setup:upgrade

手动

创建目录 app/code/Pommes/Security 并将所有文件复制到其中。

然后运行

bin/magento module:enable Pommes_Security
bin/magento setup:upgrade