On 11/06/2014 01:30 AM, gerard wrote: > > i have mailman 2.1.8. Users own several lists, and they often lost their > password to moderate the list. > Is it possible to retrieve a form of the password of one list, to put it > in another list? like we do with shadow passwords in unix system? i > don't need to retrieve the password, just the encrypted form.
Yes. see below. > With python shell, i try to look at file Mailman/Cgi/options.py. > The Web interface told me that: > "Sem-edp list run by me at example.org" > but when i did: >>>> user > '[email protected]' >>>> mlist.isMember(user) > 0 >>>> mlist.GetOwnerEmail() > '[email protected]' > > is it normal? Yes, that's normal. I also find mlist.password thats returns something > encrypted, is it what i need? Yes, that is the encrypted list admin password. also there are mlist.mod_password and, if you mean 2.1.18, but not in 2.1.8, mlist.post_password which are respectively the moderator and list posting passwords if any. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
