contextualsoftware/silverstripe-google-recaptcha

一个模块,用于向用户表单添加Google reCaptcha。

v0.3 2023-05-27 19:02 UTC

This package is auto-updated.

Last update: 2024-09-27 22:22:52 UTC


README

安装

composer install contextualsoftware/silverstripe-google-recaptcha

用法

在您的app/_config文件夹中的YAML配置文件中添加以下内容

GoogleReCaptcha:
    site_key: ...
    secret_key: ....

这些值是在您设置Google Recaptcha(v3)时提供的。