------------------------------------------------------------
revno: 1753
fixes bug: https://launchpad.net/bugs/1769374
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Sat 2018-05-05 09:25:09 -0700
message:
  Add <noscript> note to listinfo reCAPTCHA that JavaScript is required.
modified:
  Mailman/Cgi/listinfo.py
  NEWS


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Cgi/listinfo.py'
--- Mailman/Cgi/listinfo.py	2018-02-04 02:00:40 +0000
+++ Mailman/Cgi/listinfo.py	2018-05-05 16:25:09 +0000
@@ -247,6 +247,7 @@
     if mm_cfg.RECAPTCHA_SITE_KEY:
         replacements['<mm-recaptcha-ui>'] = (
             """<tr><td>&nbsp;</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>

=== modified file 'NEWS'
--- NEWS	2018-05-03 21:23:47 +0000
+++ NEWS	2018-05-05 16:25:09 +0000
@@ -39,6 +39,10 @@
     - 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

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to