From 6ad74a48b841099ad329da1d4f3814359f550fa4 Mon Sep 17 00:00:00 2001 From: Olaf <77020944+0x01af@users.noreply.github.com> Date: Tue, 23 Feb 2021 21:55:02 +0100 Subject: [PATCH] Add remark at Enabling recaptcha Fresh installation with plugin Form and Comments didn't work until plugin Form has also configured with corresponding Recaptcha "site key" and "secret". --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a403d84..f7970c5 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ To set the enabled routes, create a `user/config/plugins/comments.yaml` file, co The plugin comes with Recaptcha integration. To make it work, create a `user/config/plugins/comments.yaml` file, copy in it the contents of `user/plugins/comments/comments.yaml` and uncomment the captcha form field and the captcha validation process. Make sure you add your own Recaptcha `site` and `secret` keys too. +> Please make sure, that you configured also the plugin Form with your own Recaptcha `site` and `secret` keys. Otherwise, comments won't be saved. + # Where are the comments stored? In the `user/data/comments` folder. They're organized by page route, so every page with a comment has a corresponding file. This enables a quick load of all the page comments.