diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-01-29 20:06:24 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-01-29 20:06:24 -0800 |
commit | c88ce52f7177f5cf5d56bf3786c90f5c9e679d04 (patch) | |
tree | 79bc7ae61f91d9ccdf417896085ddb844fcb74e2 /NEWS | |
parent | e76749fe918f58c453aab77f0c53ac0342afdadf (diff) | |
parent | 993d81c2ce98a6579b3110a6013c00090dfddaea (diff) | |
download | mailman2-c88ce52f7177f5cf5d56bf3786c90f5c9e679d04.tar.gz mailman2-c88ce52f7177f5cf5d56bf3786c90f5c9e679d04.tar.xz mailman2-c88ce52f7177f5cf5d56bf3786c90f5c9e679d04.zip |
Added the ability to add reCAPTCHA to the listinfo subscribe form.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,6 @@ -*- coding: iso-8859-1 -*- Mailman - The GNU Mailing List Management System -Copyright (C) 1998-2017 by the Free Software Foundation, Inc. +Copyright (C) 1998-2018 by the Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Here is a history of user visible changes to Mailman. @@ -9,6 +9,13 @@ Here is a history of user visible changes to Mailman. New Features + - Thanks to David Siebörger who adapted an existing patch by Andrea + Veri to use Google reCAPTCHA v2 there is now the ability to add + reCAPTCHA to the listinfo subscribe form. There are two new mm_cfg.py + settings for RECAPTCHA_SITE_KEY and RECAPTCHA_SECRET_KEY, the values + for which you obtain for your domain(s) from Google at + <https://www.google.com/recaptcha/admin>. + - Thanks to Lindsay Haisley, there is a new bin/mailman-config command to display various information about this Mailman version and how it was configured. |