aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-06-10 17:29:24 +0200
committerRalf Jung <post@ralfj.de>2019-06-10 17:29:24 +0200
commitb7476d1c86053181cb38aa3acd3fc718fde55979 (patch)
tree9aa2c07ef0d77f857d5cbcfeacd19abeaa064840 /templates
parent56188e427f80ed350b6608ce47124402c90b9d40 (diff)
downloadmailman2-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-xtemplates/de/listinfo.html1
-rw-r--r--templates/en/listinfo.html1
-rw-r--r--templates/fr/listinfo.html1
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>