[Mailman-Users] Re: reCAPTCHA problem with some lists

2021-06-01 Thread Mark Sapiro

On 6/1/21 10:30 AM, David Gibbs via Mailman-Users wrote:


I think the mm-captcha-ui token is only used for text based captcha's. 
I'm using recaptcha only.


That is correct.

I think your issue may be that your google keys are reCaptcha v3. This 
MM 2.1 feature requires v2 keys.


--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: reCAPTCHA problem with some lists

2021-06-01 Thread David Gibbs via Mailman-Users

On 6/1/21 12:23 PM, David Gibbs wrote:

On 6/1/21 10:40 AM, Stephen J. Turnbull wrote:

  > --
  >    
  >    
  >    

You're missing  here.  I'm pretty sure that is what
accepts the input.  See comment in rendered output below.


Unless I'm missing something, there is no code in Mailman that replaces 
'mm-captcha-ui'.


In Cgi/listinfo.py, there is code that replaces 'mm-recaptcha-ui'

I'm running MM 2.1.29.


I think the mm-captcha-ui token is only used for text based captcha's. 
I'm using recaptcha only.


david

--
I'm riding in the American Diabetes Association's Tour de Cure to raise 
money for diabetes research, education, advocacy, and awareness.  You 
can make a tax-deductible donation to my ride by visiting 
https://mideml.diabetessucks.net.


You can see where my donations come from by visiting my interactive 
donation map ... https://mideml.diabetessucks.net/map (it's a geeky thing).

--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: reCAPTCHA problem with some lists

2021-06-01 Thread David Gibbs via Mailman-Users

On 6/1/21 10:40 AM, Stephen J. Turnbull wrote:

  > --
  >
  >
  >

You're missing  here.  I'm pretty sure that is what
accepts the input.  See comment in rendered output below.


Unless I'm missing something, there is no code in Mailman that replaces 
'mm-captcha-ui'.


In Cgi/listinfo.py, there is code that replaces 'mm-recaptcha-ui'

I'm running MM 2.1.29.

david

--
I'm riding in the American Diabetes Association's Tour de Cure to raise 
money for diabetes research, education, advocacy, and awareness.  You 
can make a tax-deductible donation to my ride by visiting 
https://mideml.diabetessucks.net.


You can see where my donations come from by visiting my interactive 
donation map ... https://mideml.diabetessucks.net/map (it's a geeky thing).

--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: reCAPTCHA problem with some lists

2021-06-01 Thread Stephen J. Turnbull
David Gibbs via Mailman-Users writes:

Hi, David!

 > On 12/3/20 9:02 AM, Brian Carpenter wrote:
 > > Look for the following line on those lists without the reCAPTCHA element:
 > > 
 > > 
 > > 
 > > Add the following two lines right below the above line:
 > > 
 > > 
 > > 

I don't use this, so I'm just going to assume Brian's advice was
right.

 > I've got the keys set in my mm_cfg.py file, and have quadruple verified 
 > that they are correct ...

OK, so assume they are.

 > but for some reason I keep getting the error "reCAPTCHA validation
 > failed: invalid-input-response" when submitting the form.

 > --
 >
 >
 >

You're missing  here.  I'm pretty sure that is what
accepts the input.  See comment in rendered output below.

 >
 >  
 >

This next comment almost certainly has nothing to do with the CAPTCHA
issue (as a text/html or text/xhtml page, browsers are extremely
lenient), but if you want to be pedantically correct (and who doesn't? 
:-) you should delete the unmatched  above, and add 
here (ie, between  and ).

 >  
 > ---
 > 
 > It renders like this:
 > 
 > --
 >  Would you like to receive list mail batched in a daily
 >digest?
 >
 >   No
 >Yes
 >  
 >
 > 
 >
 >  This form requires JavaScript.
 >  https://www.google.com/recaptcha/api.js?hl=en";>
 >  
 >   data-sitekey="6LeN3gwTABLV8GkJQlgj4YQC7BYHgDkdJLxZ">

Notice that although you have the script, there's no  element
here to accept the user's input.  As I mentioned, I'm simply relying
on Brian's advice, plus generic knowledge of how most HTML pages are
put together, and a bit of guess work, but what do you have to lose by
trying, right?

 >  
 > 
 >
 >  
 > value="Subscribe">
 >  
 >  
 > --

Good luck!

Regards,
Steve
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: reCAPTCHA problem with some lists

2021-05-31 Thread David Gibbs via Mailman-Users

On 12/3/20 9:02 AM, Brian Carpenter wrote:

Look for the following line on those lists without the reCAPTCHA element:



Add the following two lines right below the above line:




That should reveal reCAPTCHA via the listinfo page for would-be 
subscribers to check when subscribing.


Folks:

Sorry for resurrecting an old thread, but I'm trying to get recaptcha 
working on my site ...


I've got the keys set in my mm_cfg.py file, and have quadruple verified 
that they are correct ... but for some reason I keep getting the error 
"reCAPTCHA validation failed: invalid-input-response" when submitting 
the form.


I'm 99% sure the listinfo.html template is correct.

--
  
  
  
  

  

---

It renders like this:

--
Would you like to receive list mail batched in a daily
  digest?
  
 No
  Yes

  

  
This form requires JavaScript.
https://www.google.com/recaptcha/api.js?hl=en";>

data-sitekey="6LeN3gwTABLV8GkJQlgj4YQC7BYHgDkdJLxZ">



  

	  value="Subscribe">



--

Any suggestions on what I can do to try and diagnose the problem?

Thanks!

David

--
I'm riding in the American Diabetes Association's Tour de Cure to raise 
money for diabetes research, education, advocacy, and awareness.  You 
can make a tax-deductible donation to my ride by visiting 
https://mideml.diabetessucks.net.


You can see where my donations come from by visiting my interactive 
donation map ... https://mideml.diabetessucks.net/map (it's a geeky thing).

--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: reCAPTCHA problem with some lists

2020-12-04 Thread Markus Ludwig Grandpré

Dear Brian, dear list,

> Do those lists have customized listinfo pages?

no, i do'nt see any customizations. But I do think the listinfo page is 
as old as it doesn't contain any reCAPTCHA settings yet. Is that 
possible? You find an example listlinfo page attached to this mail.


Best regards,
Markus

On 03.12.20 13:34, Brian Carpenter wrote:

Do those lists have customized listinfo pages?

Sent from my iPhone


On Dec 3, 2020, at 4:39 AM, Markus Ludwig Grandpré 
 wrote:

Dear list,

after we installed the reCAPTCHA feature for mailman 2.1.29 users repor an 
error when using the self sign-on function of some lists:

  reCAPTCHA validation failed: missing-input-response

Most lists work well with the new reCAPTCHA feature. Can you help us please?

Thank you in advance,
Markus
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/


   --

   Über

   Um frühere Nachrichten an diese Liste zu sehen, besuchen Sie bitte das
   Archiv der Liste .
   Benutzung von

   Sie können im folgenden Abschnitt diese Liste abonnieren oder ein
   bestehendes Abonnement ändern.
   Abonnieren von

   Abonnieren Sie , indem Sie das folgende Formular ausfüllen:


   Ihre E-Mail-Adresse:
   Ihr Name (optional):
   Sie können weiter unten ein Passwort eingeben. Dieses Passwort bietet
   nur eine geringe Sicherheit, sollte aber verhindern, dass andere Ihr
   Abonnement manipulieren. Verwenden Sie kein wertvolles Passwort, da es
   ab und zu im Klartext an Sie geschickt wird!
   Wenn Sie kein Passwort eingeben, wird für Sie ein Zufallspasswort
   generiert und Ihnen zugeschickt, sobald Sie Ihr Abonnement bestätigt
   haben. Sie können sich Ihr Passwort jederzeit per E-Mail zuschicken
   lassen, wenn Sie weiter unten die Seite zum ändern Ihrer persönlichen
   Einstellungen aufrufen.
   Wählen Sie ein Passwort:
   Erneute Eingabe zur Bestätigung:
   Welche Sprache bevorzugen Sie zur Benutzerführung?
   Möchten Sie die Listenmails gebündelt in Form einer täglichen
   Zusammenfassung (digest) erhalten? Nein Ja

   Abonnenten der Liste
   Austragen / Ändern einer Mailadresse
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: reCAPTCHA problem with some lists

2020-12-03 Thread Brian Carpenter

Look for the following line on those lists without the reCAPTCHA element:



Add the following two lines right below the above line:




That should reveal reCAPTCHA via the listinfo page for would-be 
subscribers to check when subscribing.


On 12/3/20 9:48 AM, Markus Ludwig Grandpré wrote:

Dear Brian, dear list,

it's

  

i suppose. Most lists have this line within linstinfo code, others not.

Thanks for your advise,
Markus

On 03.12.20 15:23, Brian Carpenter wrote:
Is the reCAPTCHA field showing up the on old listinfo pages? Are they 
showing up on the new ones? If yes to the latter, then you just need 
to compare the html code with the old listinfo pages and you will be 
able to find where to add the missing reCAPTCHA code.


On 12/3/20 9:18 AM, Markus Ludwig Grandpré wrote:

Dear Brian, dear list,

> Do those lists have customized listinfo pages?

no, i do'nt see any customizations. But I do think the listinfo page 
is as old as it doesn't contain any reCAPTCHA settings yet. Is that 
possible? You find an example listlinfo page attached to this mail.


Best regards,
Markus

On 03.12.20 13:34, Brian Carpenter wrote:

Do those lists have customized listinfo pages?

Sent from my iPhone

On Dec 3, 2020, at 4:39 AM, Markus Ludwig Grandpré 
 wrote:


Dear list,

after we installed the reCAPTCHA feature for mailman 2.1.29 users 
repor an error when using the self sign-on function of some lists:


  reCAPTCHA validation failed: missing-input-response

Most lists work well with the new reCAPTCHA feature. Can you help 
us please?


Thank you in advance,
Markus
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: 
https://www.mail-archive.com/mailman-users@python.org/

https://mail.python.org/archives/list/mailman-users@python.org/



--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: 
https://www.mail-archive.com/mailman-users@python.org/

   https://mail.python.org/archives/list/mailman-users@python.org/

--
Brian Carpenter
Harmonylists.com
Emwd.com
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: reCAPTCHA problem with some lists

2020-12-03 Thread Markus Ludwig Grandpré

Dear Brian, dear list,

it's

  

i suppose. Most lists have this line within linstinfo code, others not.

Thanks for your advise,
Markus

On 03.12.20 15:23, Brian Carpenter wrote:
Is the reCAPTCHA field showing up the on old listinfo pages? Are they 
showing up on the new ones? If yes to the latter, then you just need to 
compare the html code with the old listinfo pages and you will be able 
to find where to add the missing reCAPTCHA code.


On 12/3/20 9:18 AM, Markus Ludwig Grandpré wrote:

Dear Brian, dear list,

> Do those lists have customized listinfo pages?

no, i do'nt see any customizations. But I do think the listinfo page 
is as old as it doesn't contain any reCAPTCHA settings yet. Is that 
possible? You find an example listlinfo page attached to this mail.


Best regards,
Markus

On 03.12.20 13:34, Brian Carpenter wrote:

Do those lists have customized listinfo pages?

Sent from my iPhone

On Dec 3, 2020, at 4:39 AM, Markus Ludwig Grandpré 
 wrote:


Dear list,

after we installed the reCAPTCHA feature for mailman 2.1.29 users 
repor an error when using the self sign-on function of some lists:


  reCAPTCHA validation failed: missing-input-response

Most lists work well with the new reCAPTCHA feature. Can you help us 
please?


Thank you in advance,
Markus
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: 
https://www.mail-archive.com/mailman-users@python.org/

https://mail.python.org/archives/list/mailman-users@python.org/



--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: reCAPTCHA problem with some lists

2020-12-03 Thread Brian Carpenter
Is the reCAPTCHA field showing up the on old listinfo pages? Are they 
showing up on the new ones? If yes to the latter, then you just need to 
compare the html code with the old listinfo pages and you will be able 
to find where to add the missing reCAPTCHA code.


On 12/3/20 9:18 AM, Markus Ludwig Grandpré wrote:

Dear Brian, dear list,

> Do those lists have customized listinfo pages?

no, i do'nt see any customizations. But I do think the listinfo page 
is as old as it doesn't contain any reCAPTCHA settings yet. Is that 
possible? You find an example listlinfo page attached to this mail.


Best regards,
Markus

On 03.12.20 13:34, Brian Carpenter wrote:

Do those lists have customized listinfo pages?

Sent from my iPhone

On Dec 3, 2020, at 4:39 AM, Markus Ludwig Grandpré 
 wrote:


Dear list,

after we installed the reCAPTCHA feature for mailman 2.1.29 users 
repor an error when using the self sign-on function of some lists:


  reCAPTCHA validation failed: missing-input-response

Most lists work well with the new reCAPTCHA feature. Can you help us 
please?


Thank you in advance,
Markus
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: 
https://www.mail-archive.com/mailman-users@python.org/

https://mail.python.org/archives/list/mailman-users@python.org/



--
Brian Carpenter
Harmonylists.com
Emwd.com
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: reCAPTCHA problem with some lists

2020-12-03 Thread Brian Carpenter
Do those lists have customized listinfo pages?

Sent from my iPhone

> On Dec 3, 2020, at 4:39 AM, Markus Ludwig Grandpré 
>  wrote:
> 
> Dear list,
> 
> after we installed the reCAPTCHA feature for mailman 2.1.29 users repor an 
> error when using the self sign-on function of some lists:
> 
>  reCAPTCHA validation failed: missing-input-response
> 
> Most lists work well with the new reCAPTCHA feature. Can you help us please?
> 
> Thank you in advance,
> Markus
> --
> Mailman-Users mailing list -- mailman-users@python.org
> To unsubscribe send an email to mailman-users-le...@python.org
> https://mail.python.org/mailman3/lists/mailman-users.python.org/
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Security Policy: http://wiki.list.org/x/QIA9
> Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
>   https://mail.python.org/archives/list/mailman-users@python.org/
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/