Move captcha over email, fix #45
This commit is contained in:
parent
b3da8123a9
commit
fac87e9bb5
|
@ -2,13 +2,14 @@
|
||||||
## xx/xx/2017
|
## xx/xx/2017
|
||||||
|
|
||||||
1. [](#improved)
|
1. [](#improved)
|
||||||
Added Japanese translation
|
* Added Japanese translation
|
||||||
|
* Move captcha over email [#45](https://github.com/getgrav/grav-plugin-comments/issues/45)
|
||||||
|
|
||||||
# v1.2.6
|
# v1.2.6
|
||||||
## 01/09/2017
|
## 01/09/2017
|
||||||
|
|
||||||
1. [](#improved)
|
1. [](#improved)
|
||||||
Use existing `Utils::startsWith()` method
|
* Use existing `Utils::startsWith()` method
|
||||||
1. [](#bugfix)
|
1. [](#bugfix)
|
||||||
* Fix [#41](https://github.com/getgrav/grav-plugin-comments/issues/41) using Comments in a Gantry-powered theme did not escape the comment form token correctly
|
* Fix [#41](https://github.com/getgrav/grav-plugin-comments/issues/41) using Comments in a Gantry-powered theme did not escape the comment form token correctly
|
||||||
|
|
||||||
|
|
|
@ -65,11 +65,11 @@ form:
|
||||||
value: PLUGIN_COMMENTS.SUBMIT_COMMENT_BUTTON_TEXT
|
value: PLUGIN_COMMENTS.SUBMIT_COMMENT_BUTTON_TEXT
|
||||||
|
|
||||||
process:
|
process:
|
||||||
|
# - captcha:
|
||||||
|
# recatpcha_secret: ej32oiej23oiej32oijeoi32jeio32je
|
||||||
- email:
|
- email:
|
||||||
subject: PLUGIN_COMMENTS.EMAIL_NEW_COMMENT_SUBJECT
|
subject: PLUGIN_COMMENTS.EMAIL_NEW_COMMENT_SUBJECT
|
||||||
body: "{% include 'forms/data.html.twig' %}"
|
body: "{% include 'forms/data.html.twig' %}"
|
||||||
# - captcha:
|
|
||||||
# recatpcha_secret: ej32oiej23oiej32oijeoi32jeio32je
|
|
||||||
- addComment:
|
- addComment:
|
||||||
- message: PLUGIN_COMMENTS.THANK_YOU_MESSAGE
|
- message: PLUGIN_COMMENTS.THANK_YOU_MESSAGE
|
||||||
- reset: true
|
- reset: true
|
||||||
|
|
Loading…
Reference in New Issue