Re: [Mailman-Users] Password in clear text

2014-07-03 Thread Jeff White
I have a script that disables password reminders on lists. So if you have a bunch of lists that may or may not have reminders set you can run this to disable them all and notify the list owners you did so. https://github.com/jwhite530/Random/blob/master/Mailman/disable_password_reminders.py J

Re: [Mailman-Users] Password in clear text

2014-07-02 Thread Stephen J. Turnbull
Mark Sapiro writes: > On 07/02/2014 03:58 AM, Henrik Rasmussen wrote: > > I know this has been asked before, but I haven't found anything > > about whether or not this will be a future change or how to work > > around it. > You can always remove cron/mailpasswds from Mailman's crontab to avo

Re: [Mailman-Users] Password in clear text

2014-07-02 Thread Mark Sapiro
On 07/02/2014 03:58 AM, Henrik Rasmussen wrote: > I know this has been asked before, but I haven't found anything about whether > or not this will be a future change or how to work around it. Mailman 3 does not store unencrypted passwords. There are no plans for changing the way passwords are h

[Mailman-Users] Password in clear text

2014-07-02 Thread Henrik Rasmussen
I know this has been asked before, but I haven't found anything about whether or not this will be a future change or how to work around it. The passwords in Mailman, are stored unencrypted. The web connection can be encrypted by SSL to avoid man in the middle, but passwords are sent in clear te