Hey there everyone,

I am currently looking into implementing multiple administrator or
moderator passwords into the 3.x series of Mailman, and would like some
guidance as to what parts of the code I should poke around with.

When I say multiple passwords, I mean that an administrator of a mailing
list can log into the admin interface with his password for the mailing
list - instead of having one password to rule them all. Similar to the
way moderators on forum software work.

For example; I would like to be able to say:

    "jdavies is now a moderator and may log in using his list password"

Also, I understand that there may be situations where the
administrator/moderator may not wish to follow the threads in the list
but would like to perform the admin/mod role nonetheless - in this case
he/she would not have a list password to log in with. Does anyone know
where I could possibly implement a 'Don't send me email from this list'
option?

Right now, I'm looking into 'def AuthContextInfo(...)' in
3.0/mailman/SecurityManager.py - is this a good place to start working
on this?

Also, that snippet of code refers to getMemberPassword(user) - however I
cannot find this function defined in any part of the 3.x code. While in
2.2, I have found it under '2.2/Mailman/OldStyleMemberships.py'. Does
someone know what its status in 3.x is?

Cheers,
Jonathan
-- 
Ubuntu - Linux for human beings | www.ubuntu.com

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Mailman-Developers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to