Re: [Mailman-Developers] Script to change a member's password

2009-10-07 Thread Mark Sapiro
Marc Juul wrote: > >I'm running mailman 2.1.11 and i wrote a script to change a user's >password, but it doesn't change anything and i can't seem to find the >problem. My other "withlist" scripts work fine. > >I'm using: > > mlist.setMemberPassword(member, password) > >and then > > mlist.Save()

[Mailman-Developers] Script to change a member's password

2009-10-07 Thread Marc Juul
Hello. I'm running mailman 2.1.11 and i wrote a script to change a user's password, but it doesn't change anything and i can't seem to find the problem. My other "withlist" scripts work fine. I'm using: mlist.setMemberPassword(member, password) and then mlist.Save() called using "withlist