diff options
-rw-r--r-- | Mailman/Cgi/listinfo.py | 1 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Mailman/Cgi/listinfo.py b/Mailman/Cgi/listinfo.py index 428834ba..4f30108c 100644 --- a/Mailman/Cgi/listinfo.py +++ b/Mailman/Cgi/listinfo.py @@ -247,6 +247,7 @@ def list_listinfo(mlist, lang): if mm_cfg.RECAPTCHA_SITE_KEY: replacements['<mm-recaptcha-ui>'] = ( """<tr><td> </td><td> + <noscript>This form requires JavaScript.</noscript> <script src="https://www.google.com/recaptcha/api.js?hl=%s"> </script> <div class="g-recaptcha" data-sitekey="%s"></div> @@ -39,6 +39,10 @@ Here is a history of user visible changes to Mailman. - A Python 2.7 dependency introduced with the reCAPTCHA feature in 2.1.26 has been removed. (LP: #1752658) + - The reCAPTCHA feature requires JavaScript. If JavaScript is not enabled, + a message will be displayed on the subscribe form that JavaScript is + required. (LP: #1769374) + 2.1.26 (04-Feb-2018) Security |