[Mailman-Users] Re: Handling non-members in Cgi/options.py

2022-02-22 Thread Stephen J. Turnbull
Mark Sapiro writes: > On 2/22/22 10:00, Mark Sapiro wrote: > > On 2/22/22 05:56, Stephen J. Turnbull wrote: > >> I think in both cases you can return the login page with the address > >> filled in. > > > > You are correct and it's trivial to do. I will fix it. > > Fixed at > https://ba

[Mailman-Users] Re: Handling non-members in Cgi/options.py

2022-02-22 Thread Mark Sapiro
On 2/22/22 10:00, Mark Sapiro wrote: On 2/22/22 05:56, Stephen J. Turnbull wrote: I think in both cases you can return the login page with the address filled in.  Not sure if this would be easy to do in the code, but I think this would satisfy both the "minimum effort for user" criterion and th

[Mailman-Users] Re: Handling non-members in Cgi/options.py

2022-02-22 Thread Mark Sapiro
On 2/22/22 05:56, Stephen J. Turnbull wrote: Mark Sapiro writes: > There is still a subtle difference in that if the address given is > a member, the login page asks only for a password, but if it's not > a member login page asks for both and address and a password, but I > think that's

[Mailman-Users] Re: Handling non-members in Cgi/options.py

2022-02-22 Thread Stephen J. Turnbull
Mark Sapiro writes: > There is still a subtle difference in that if the address given is > a member, the login page asks only for a password, but if it's not > a member login page asks for both and address and a password, but I > think that's the best that can be done. I think in both cases y

[Mailman-Users] Re: Handling non-members in Cgi/options.py

2022-02-22 Thread David Siebörger
Thank you for the fix. I've tested it and it's working here. -- 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-Users] Re: Handling non-members in Cgi/options.py

2022-02-22 Thread Mark Sapiro
On 2/21/22 13:08, David Siebörger wrote: It seems to me that the logic in this change is not correct: https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/revision/1881 For lists with private_roster > 0, when the user has entered a email address which is not subscribed to that list, the re