From c3555dbdc5b39f95d26daa4b99db77784361319d Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Sun, 3 Jun 2018 21:03:31 +0200 Subject: [PATCH] Added comments & small guides --- google/recaptcha/1.1/manifest.json | 2 ++ google/recaptcha/1.1/post-install.txt | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 google/recaptcha/1.1/post-install.txt diff --git a/google/recaptcha/1.1/manifest.json b/google/recaptcha/1.1/manifest.json index e9e7e736..f83b67d1 100644 --- a/google/recaptcha/1.1/manifest.json +++ b/google/recaptcha/1.1/manifest.json @@ -3,6 +3,8 @@ "config/": "%CONFIG_DIR%/" }, "env": { + "#1": "To use Google Recaptcha, you must register a site on Recaptcha's admin panel:", + "#2": "https://www.google.com/recaptcha/admin", "GOOGLE_RECAPTCHA_SITE_KEY": "", "GOOGLE_RECAPTCHA_SECRET": "" }, diff --git a/google/recaptcha/1.1/post-install.txt b/google/recaptcha/1.1/post-install.txt new file mode 100644 index 00000000..7ba5b217 --- /dev/null +++ b/google/recaptcha/1.1/post-install.txt @@ -0,0 +1,9 @@ + + Recaptcha setup + + + * Register a site on https://www.google.com/recaptcha/admin + + * Modify your GOOGLE_RECAPTCHA_SITE_KEY and GOOGLE_RECAPTCHA_SECRET config in .env + + * Inject the ReCaptcha\ReCaptcha service when you need to verify a submitted captcha