In mailman 2.0.13 is there a way for users to unsubscribe without remembering their password. I know you can send a message to listname-request@domain.com, and in the body put unsubscribe, but this requires a password.
Has anyone developed a web forget password form, where the user can type in their email address and it will send them their mailman subscribers password. I would appreciate it if anyone would share their code. I'm trying to learn python.
Kory Wheatley
Has anyone developed a web forget password form, where the user can type in their email address and it will send them their mailman subscribers password. I would appreciate it if anyone would share their code. I'm trying to learn python.
That's already there but not, as far as I've seen with my users, quite as obvious as people would like.
From the listinfo page, enter the email address in the box where it says
"Edit Options" (if you read the text, it *does* tell you that this is where to go to get a password reminder) and from that page, click on the "Email my password to me" button.
I suspect putting the two boxes on one page would be a good exercise for someone trying to learn python, if you're picky about having them together. :)
Terri
"TO" == Terri Oda terri@zone12.com writes:
TO> I suspect putting the two boxes on one page would be a good
TO> exercise for someone trying to learn python, if you're picky
TO> about having them together. :)
And of course, MM2.1 has this already on the member's log in page (plus password-less unsub by confirmation. :).
-Barry