diff options
author | Ralf Jung <post@ralfj.de> | 2019-06-10 17:29:24 +0200 |
---|---|---|
committer | Ralf Jung <post@ralfj.de> | 2019-06-10 17:29:24 +0200 |
commit | b7476d1c86053181cb38aa3acd3fc718fde55979 (patch) | |
tree | 9aa2c07ef0d77f857d5cbcfeacd19abeaa064840 /templates | |
parent | 56188e427f80ed350b6608ce47124402c90b9d40 (diff) | |
download | mailman2-b7476d1c86053181cb38aa3acd3fc718fde55979.tar.gz mailman2-b7476d1c86053181cb38aa3acd3fc718fde55979.tar.xz mailman2-b7476d1c86053181cb38aa3acd3fc718fde55979.zip |
implement a simple CAPTCHA scheme based on questions and answers configured by the site admin
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/de/listinfo.html | 1 | ||||
-rw-r--r-- | templates/en/listinfo.html | 1 | ||||
-rw-r--r-- | templates/fr/listinfo.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/templates/de/listinfo.html b/templates/de/listinfo.html index 647a66cc..78531d21 100755 --- a/templates/de/listinfo.html +++ b/templates/de/listinfo.html @@ -115,6 +115,7 @@ Liste <MM-List-Name></MM-Archive>. <MM-Restricted-List-Message> </tr> <mm-digest-question-end> <mm-recaptcha-ui> + <mm-captcha-ui> <tr> <td colspan="3"> <center><MM-Subscribe-Button></center> diff --git a/templates/en/listinfo.html b/templates/en/listinfo.html index c3c216b1..7a27fbdd 100644 --- a/templates/en/listinfo.html +++ b/templates/en/listinfo.html @@ -116,6 +116,7 @@ </tr> <mm-digest-question-end> <mm-recaptcha-ui> + <mm-captcha-ui> <tr> <td colspan="3"> <center><MM-Subscribe-Button></center> diff --git a/templates/fr/listinfo.html b/templates/fr/listinfo.html index 61954769..6ca7cf55 100644 --- a/templates/fr/listinfo.html +++ b/templates/fr/listinfo.html @@ -119,6 +119,7 @@ </tr> <mm-digest-question-end> <mm-recaptcha-ui> + <mm-captcha-ui> <tr> <td colspan="3"> <center><MM-Subscribe-Button></center> |